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
Is your feature request related to a problem? Please describe.
When fetching label names from the /querier.v1.QuerierService/LabelNames API endpoint, it would be great if the API could return the labels cardinality:
For our Explore Profiles app in the "Labels" view, this would prevent requesting all the label values for all the labels, which is required to be able to sort the viz panels presented to the user (from highest cardinality to lowest)
For the query builder, it would allow to adapt itself and to prevent long loading times, or even timeouts, when fetching label values.
Describe the solution you'd like
See above.
Describe alternatives you've considered
The Explore Profiles app currently hides high cardinality labels based on their names. The query builder has also some special logic to prevent fetching label values in this case.
The "Labels" view is fetching all the label values always, just to figure out their number (their specific values are not used)
Additional context
-
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When fetching label names from the
/querier.v1.QuerierService/LabelNames
API endpoint, it would be great if the API could return the labels cardinality:Describe the solution you'd like
See above.
Describe alternatives you've considered
Additional context
-
The text was updated successfully, but these errors were encountered: