Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
84517d221d57
Commit
7b75004d
authored
Jun 01, 2017
by
Pawel Chojnacki
Browse files
Add missing trailing newlines
parent
517838e07311
Changes
3
Hide whitespace changes
Inline
Side-by-side
lib/gitlab/health_checks/prometheus_text_format.rb
View file @
84517d22
...
...
@@ -37,4 +37,4 @@ def metric_text(metric)
end
end
end
end
\ No newline at end of file
end
lib/gitlab/metrics.rb
View file @
84517d22
...
...
@@ -7,4 +7,4 @@ def self.enabled?
influx_metrics_enabled?
||
prometheus_metrics_enabled?
end
end
end
\ No newline at end of file
end
lib/gitlab/metrics/prometheus.rb
View file @
84517d22
...
...
@@ -38,4 +38,4 @@ def provide_metric(name)
end
end
end
end
\ No newline at end of file
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment