Skip to content
Snippets Groups Projects
Commit 850afe76 authored by Pawel Chojnacki's avatar Pawel Chojnacki
Browse files

force disable prometheus_metrics until

https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/11 is ready
parent e40b800a
No related merge requests found
......@@ -14,9 +14,9 @@ def metrics_folder_present?
end
def prometheus_metrics_enabled?
return @prometheus_metrics_enabled if defined?(@prometheus_metrics_enabled)
@prometheus_metrics_enabled = prometheus_metrics_enabled_unmemoized
# force disable prometheus_metrics until
# https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/11 is ready
false
end
def registry
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment