-
Notifications
You must be signed in to change notification settings - Fork 761
[RUN-4677] Add tracing filter docs #10347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
[RUN-4677] Add tracing filter docs #10347
Conversation
|
|
||
| ### Filtering | ||
|
|
||
| For filtering out specific traces, `mendix.tracing.filter` system property can be used. The specified spans and their sub-spans will be filtered out. `matchType` specifies how the name of the span is matched. Currently only `partial` is supported for `matchType` which checks if the span name contains the provided value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this introduced in 11.5, or did we just forget to document it before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes introduced in 11.5, we also backported to 10.24.12
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will you make a PR for 10.24.12 to update the documentation there as well?
(Once we have fixed the text on this PR!)
MarkvanMents
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, @emirmx ,
I've done a quick review to make it more friendly and remove some of the passive sentences. I've also noted that filtering is only available from 11.5.0.
Approving ready for publication with Mx 11.5.0
Yes introduced in 11.5, we also backported to 10.24.12 |
This would be for 11.5.0