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
Add some new default values to the metrics package for the Prometheus Native
Histogram support.
* Use the upstream documented recommendation for a 10% bucket factor.
* Set an arbitrary limit of 160 buckets to avoid unbounded memory growth.
* Set a 1 hour minimum reset interval to avoid frequent resets which would
affect efficiency of the 120 sample per hour Prometheus chunks given a 30s
scrape interval.
See: #128842
Signed-off-by: SuperQ <superq@gmail.com>
0 commit comments