Replies: 1 comment
-
Let's continue in #8268 |
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.
-
Hi, I've got tracing working and can drill into individual traces. I'd like to see some aggregate statistics, like what function being traced has taken the most time overall to process etc. However I'm getting some confusing results, I think there's some fundamental concept I've misunderstood.
In a dashboard there is a table with a few columns (see attached screenshot)
However, there are many spans with some columns missing (see results screenshot), e.g. either a max. with no average, an average with no count etc. and I can't see how that can be. How can you know the average without knowing the count for example. I'm sure I must be generating the query wrong.
Beta Was this translation helpful? Give feedback.
All reactions