stackdriver_exporter icon indicating copy to clipboard operation
stackdriver_exporter copied to clipboard

[Feature Request] Large number of histogram buckets

Open taintedkernel opened this issue 6 years ago • 0 comments

When scraping the loadbalancing GCP API, it seems a very large amount of buckets are created for each endpoint. You can see an example in this unrelated PR https://github.com/frodenas/stackdriver_exporter/pull/23

If the number of endpoints is large, this results in an enormous number of metrics. It seems this bucket count is fixed and comes from the GCP API directly. Can these be reduced in some capacity with resampling or similar techniques?

taintedkernel avatar Jan 31 '19 21:01 taintedkernel