Michael Vasilenko
Michael Vasilenko
Please review change that fix current issues: * add ppa for redis, then update package cache * nginx role fixes * ansible 2.0 compatibility * redis-py specific version requirement (current...
Hi, I'm trying to add custom quantile for pre-defined metrics the code: ``` on_worker_boot do ActiveRecord::Base.establish_connection if defined?(ActiveRecord) if ENV.fetch('PROMETHEUS_ENABLED', 'false') == 'true' require 'prometheus_exporter/client' require 'prometheus_exporter/metric' require 'prometheus_exporter/instrumentation' client...