-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
kind/enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
kind/enhancementNew feature or requestNew feature or request