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
{{ message }}
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.
Micrometer akka export timers buckets based on the class io.micrometer.core.instrument.distribution.PercentileHistogramBuckets, that generates a ton of "le" entries.
I'm confident it works great for a lot of people, but I would like to be able to choose custom bucket values, through serviceLevelObjectives.
My idea is to add an entry in the config to specify the objectives. It could be global , or maybe, if needed, by filter.
Before digging into the code, I'd like to know your thoughts about it : useless, risky ,useless but why not, great, ...
Thanks for reading me !
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Not really an issue, more a proposal.
Micrometer akka export timers buckets based on the class io.micrometer.core.instrument.distribution.PercentileHistogramBuckets, that generates a ton of "le" entries.
I'm confident it works great for a lot of people, but I would like to be able to choose custom bucket values, through serviceLevelObjectives.
My idea is to add an entry in the config to specify the objectives. It could be global , or maybe, if needed, by filter.
Before digging into the code, I'd like to know your thoughts about it : useless, risky ,useless but why not, great, ...
Thanks for reading me !
The text was updated successfully, but these errors were encountered: