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
PR #272 creates a oneof for histogram buckets, I wonder:
Do we have a plan to implement some default boundaries for receivers? It would be convenient for exporters if we have some standards instead of letting developers to set themselves. Maybe we could add one option to make it compatibility with Prometheus: DefBuckets = []float64{.005, .01, .025, .05, .1, .25, .5, 1, 2.5, 5, 10}
PR #272 creates a oneof for histogram buckets, I wonder:
DefBuckets = []float64{.005, .01, .025, .05, .1, .25, .5, 1, 2.5, 5, 10}
The text was updated successfully, but these errors were encountered: