Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the performance issue of duration_milliseconds_bucket metrics #237

Open
ashwani-opstree opened this issue Aug 29, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@ashwani-opstree
Copy link
Contributor

OpenTelemetry generate duration_milliseconds_bucket that is stored in the prometheus. It is taking time while fetching it from grafana.

Possible solutions

  1. 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.

  2. 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.

@ashwani-opstree ashwani-opstree added the enhancement New feature or request label Aug 29, 2024
@ashwani-opstree ashwani-opstree self-assigned this Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant