Reenable prometheus metrics
This commit is contained in:
parent
cdcbeaccbe
commit
9884c0f4a0
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@ module Gitlab
|
|||
end
|
||||
|
||||
def prometheus_metrics_enabled?
|
||||
# force disable prometheus_metrics until
|
||||
# https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/11 is ready
|
||||
false
|
||||
return @prometheus_metrics_enabled if defined?(@prometheus_metrics_enabled)
|
||||
|
||||
@prometheus_metrics_enabled = prometheus_metrics_enabled_unmemoized
|
||||
end
|
||||
|
||||
def registry
|
||||
|
|
Loading…
Reference in a new issue