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

Number of buckets in histogram #1525

Open
Tracked by #1579 ...
Alan-Cha opened this issue Jul 7, 2023 · 0 comments
Open
Tracked by #1579 ...

Number of buckets in histogram #1525

Alan-Cha opened this issue Jul 7, 2023 · 0 comments
Assignees
Labels
kind/enhancement New feature or request

Comments

@Alan-Cha
Copy link
Member

Alan-Cha commented Jul 7, 2023

Currently, the number of buckets in the histogram is an arbitrary constant. This leads to issues. As of now, there are too many buckets which means that we cannot fit all the bucket labels without covering each other.

Additionally, if we have multiple versions, then there will be less space for each bucket. The number of the buckets can be determined by the number of versions. For example, the product of the number of buckets and versions can be made to be below a predetermined threshold.

Furthermore, should the user have the ability to control the number of buckets in the histogram? Some distributions of data might be better represented with a certain number of buckets. For example, if there are too many buckets, the data may look sparse.

@Alan-Cha Alan-Cha added the kind/enhancement New feature or request label Jul 7, 2023
@Alan-Cha Alan-Cha self-assigned this Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant