You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 my initializers/prometheus_exporter.rb
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!
The text was updated successfully, but these errors were encountered: