Is there a way we can customize the buckets in System.Diagostics.Metrics.Histogram #72765
Unanswered
adugar-conga
asked this question in
Q&A
Replies: 1 comment
-
Consider looking at these links: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way we can customize the buckets in System.Diagostics.Metrics.Histogram in .Net library ?
Currently the buckets are in the range of
(0,5]:0
(0,10]:0
(0,25]:0
(0,50]:0
(0,75]:0
(0,100]:0
(0,250]:1
(0,500]:0
(0,1000]:0
(0,+Infinity]:0
Is there a way we can customize the above buckets in histogram metrics ?
Beta Was this translation helpful? Give feedback.
All reactions