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
TRACING-6127: feat: add span_kind filter, show p95 latency instead of avg operation duration (#1044)
* feat: add span_kind filter, show p95 latency instead of avg operation duration
* add Span Kind variable to filter by span kind (defaults to
SPAN_KIND_SERVER to avoid double-counting)
* rename "Duration" to "Latency", and use P95 histogram quantile
instead of average operation duration
* update error rate unit
Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
* revert error rate unit
Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
---------
Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
0 commit comments