Reduce number of result names reported to our metric store by trimming some prefixes #8984
Unanswered
Badb0yBadb0y
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello,
I'm collecting metrics about objectstore bucket usages, however I have too many buckets and it hits the limit of our metric collector instance.
However most of the buckets is coming from 2-3 users so somehow I'd like to aggregate the same bucketnames and send it as a summarized metric to our collector.
Is it possible somehow let's say my metric collector has maximum 50000 datapoint in results and I have 100k buckets, however only 1 user has 64k buckets so the buckets which starts with stg- should be aggregated as one and send a summarized result to our collector?
This is my current config
Beta Was this translation helpful? Give feedback.
All reactions