Open smileart opened 1 year ago
As a workaround, I've created a new empty collector file, passed it with the --collector
option to the prometheus_exporter
binary just to hook into its scope and added the line from above ⬆️. It seems to help, but I suspect there must be a better/official way. 🤔 Just wanted to leave this here in case somebody would be looking for a workaround too.
In the documentation I see a section about custom histogram buckets. In attempt to change the default buckets for the built-in metrics in
--historgram
mode, I've added the following to myinitializers/prometheus_exporter.rb
But apparently the default buckets max size is still
10.0
. Am I doing it wrong?Thank you in advance!