Limit metrics point amount #6801
Unanswered
xiangtianyu
asked this question in
Q&A
Replies: 1 comment 5 replies
-
You could use a metric view to override the buckets boundaries, in order to have less buckets |
Beta Was this translation helpful? Give feedback.
5 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.
-
I used
-Dotel.experimental.metrics.cardinality.limit
to limit metrics cardinality, but i found histogram is different with other metrics type, if i set limit 5, histogram may upload about 5 * 15 = 75 records, is there some solution to set limit to the histogram and not effect the other metrics typeBeta Was this translation helpful? Give feedback.
All reactions