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

The interval of buckets should be more fine-grained #31

Open
VCuzmin opened this issue Dec 10, 2021 · 0 comments
Open

The interval of buckets should be more fine-grained #31

VCuzmin opened this issue Dec 10, 2021 · 0 comments

Comments

@VCuzmin
Copy link
Collaborator

VCuzmin commented Dec 10, 2021

config := prometheus.Config{DefaultHistogramBoundaries: []float64{10, 100, 1000, 10000, 100000}}

The values could be, for instance : 10, 100, 300,500,700, 900, 1100, 1500, 1700, 1900, 2400, 2700, 3000, 3500, 4000, 4500, 5000, 5500, 6000, 6500, 7000, 7500, 8000, 8500, 9000, 9500, 10000, 11000, 12000,13000, 14000, 15000, 16000,17000, 18000, 19000, 20000, 30000, 35000, 40000, 45000, 50000, 55000, 60000, 65000, 70000, 75000, 80000, 85000, 90000, 95000, 100000.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant