-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Filter OpenTelemetry events #451
Labels
enhancement
New feature or request
Milestone
Comments
@agross I'm going to have to push this one off until maybe next week. Or at least it's not going in 1.1.3 today. |
And I'm pushing this off yet again since there is a workaround. |
Notes
|
Tasks
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a screenshot of the Jaeger UI after starting the app with a previously empty Jaeger database.
After a couple of minutes the outlier to the left contains around 150 spans related to background operations. I could get rid of them by filtering spans with the opentelemetry-collector:
Perhaps it's not necessary to log those spans in the first place.
The text was updated successfully, but these errors were encountered: