Replies: 1 comment
-
What were you expecting it to show? You are summing the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to create a histogram dashboard panel for
durationNano
for a certain trace event.It seems that the query field next to
Traces
is defining what's used for the buckets. Now I don't know how to filter and define the value for the buckets at the same time.I'd like to show
durationNano
in the histogram, but only for trace events withname = shellcheck.execute
.This doesn't work, it's always using

1
on the Y axis:Thanks!
Beta Was this translation helpful? Give feedback.
All reactions