OpenTelemetry generate duration_milliseconds_bucket that is stored in the prometheus. It is taking time while fetching it from grafana.
Possible solutions
Decrease the Number of Bins:
Reduce the number of bins in the histogram, which will decrease the amount of data being tracked. This might slightly reduce the granularity but will significantly reduce the size.
Increase the Bucket Size:
By increasing the bucket size, you aggregate more data into fewer buckets, thus reducing the overall number of data points stored.
OpenTelemetry generate duration_milliseconds_bucket that is stored in the prometheus. It is taking time while fetching it from grafana.
Possible solutions
Decrease the Number of Bins: Reduce the number of bins in the histogram, which will decrease the amount of data being tracked. This might slightly reduce the granularity but will significantly reduce the size.
Increase the Bucket Size: By increasing the bucket size, you aggregate more data into fewer buckets, thus reducing the overall number of data points stored.