-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
adding filtering based on span kinds #13612
Conversation
daa437e
to
a71b36d
Compare
@mx-psi pining for review :) |
0523ba0
to
5e45fd9
Compare
3e419dc
to
a83dc3f
Compare
@mx-psi ping for review :) appreciate it. |
@arun-shopify Hey, I just got back from a long PTO and have a long queue of PRs to review so it may take a few days for me to get back, but rest assured that I will get down to it eventually :) |
no worries! thanks for letting me know, just wanted to make sure this PR was in your radar :) |
Github did not run the tests, do you mind pushing an empty commit? |
Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com>
2620312
to
69e1f65
Compare
…pan kinds (open-telemetry#13612) * adding filtering based on span kinds * fixed tests * unreleased yaml * span kind validation * Update internal/coreinternal/processor/filterconfig/config.go Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com> * added test for spankind config validation * added comment Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com>
Description:
Adding a feature that enables filtering spans based on
span_kind
.Testing:
Unit tests added to test span kind filtering.