-
Notifications
You must be signed in to change notification settings - Fork 608
Closed
Labels
area/queryenhancementNew feature or requestNew feature or requestkeepaliveLabel to exempt Issues / PRs from stale workflowLabel to exempt Issues / PRs from stale workflowtraceql
Description
TraceQL metrics brings the promise of querying infinite cardinality, but in a practical sense both Tempo and Grafana suffer once we start returning series in the 10s of thousands. It can also be quite difficult to parse this amount of information looking at a time series graph.
Add topk
/bottomk
style functionality to the language to give users control over cardinality and return the series they are most interested in. Syntax would look something like:
{} | rate() by (span.client_ip) | topk(10)
mdisibio, javiermolinar, rubenvp8510, electron0zero and danielrosa-zhKyriosGN0
Metadata
Metadata
Assignees
Labels
area/queryenhancementNew feature or requestNew feature or requestkeepaliveLabel to exempt Issues / PRs from stale workflowLabel to exempt Issues / PRs from stale workflowtraceql