You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: