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
Describe the bug
When running a TraceQL metrics query with exemplars enabled, the exemplars query field value is not respected by Tempo, it always returns the amount of exemplars decided internally in Tempo.
To Reproduce
Steps to reproduce the behavior:
Start Tempo (2.7.0)
Run a metrics query {} | rate() and set the exemplars field as 3, for example
Expected behavior
In the example above I would expect to only receive 3 exemplars, but receive more.
The text was updated successfully, but these errors were encountered:
Describe the bug
When running a TraceQL metrics query with exemplars enabled, the
exemplars
query field value is not respected by Tempo, it always returns the amount of exemplars decided internally in Tempo.To Reproduce
Steps to reproduce the behavior:
{} | rate()
and set the exemplars field as3
, for exampleExpected behavior
In the example above I would expect to only receive 3 exemplars, but receive more.
The text was updated successfully, but these errors were encountered: