Filtering on span time #2866
Replies: 1 comment
-
I've ended up writing my own Layer to accomplish what I want |
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
-
Hi,
I've been trying to find a way to log only spans which take longer than X time to execute (i.e. sort-of like a slow-query log) but I haven't found a way to do this using the built-in filtering mechanisms, it seems like the information I'd need doesn't exist when the filter is hit? Thinking of the "time.busy" and "time.wait" fields that are added using the default format layer.
Is there any way to achieve this without writing custom Layers or Subscribers?
Thx,
Cyle
Beta Was this translation helpful? Give feedback.
All reactions