Move Prometheus presentation logic to PrometheusText
+ Use NullMetrics to mock metrics when unused + Use method_missing in NullMetrics mocking + Update prometheus gem to version that correctly uses transitive dependencies + Ensure correct folders are used in Multiprocess prometheus client tests. + rename Sessions controller's metric
Showing
... | ... | @@ -270,8 +270,7 @@ group :metrics do |
gem 'influxdb', '~> 0.2', require: false | ||
# Prometheus | ||
gem 'mmap2', '~> 2.2.6' | ||
gem 'prometheus-client-mmap', '~>0.7.0.beta3' | ||
gem 'prometheus-client-mmap', '~>0.7.0.beta5' | ||
end | ||
group :development do | ||
... | ... |
Please register or sign in to comment