Replies: 1 comment
-
Hoping to get some attention for this question |
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'm trying to filter for events that have a given field value pair irrespective of their target and span values. The example-syntax1 section covers a similar example but not this specific case. In my experiments, this
[{field=\"value\"}]
does not work.I have read other issues and looked at a highlighted source comment2 and it appears that this should work. Am I doing something wrong?
Footnotes
https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#example-syntax ↩
https://docs.rs/tracing-subscriber/latest/src/tracing_subscriber/filter/env/directive.rs.html#273 ↩
Beta Was this translation helpful? Give feedback.
All reactions