-
Notifications
You must be signed in to change notification settings - Fork 162
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
tracing: Add root level span for periodic tasks #2826
Comments
addressed by #3709 |
oncilla
added a commit
that referenced
this issue
Apr 15, 2020
This PR improves our tracing handling at various places. The error tag is especially helpful to quickly identify traces that contain errors. The improvements are: - Add error tag to spans for beacon, path and trust database operations - Add result tag to spans for beacon, path and trust database operations - Add spans to periodic tasks - Add error tag to svc resolution - Add error tag to integration tests - Avoid increasing error counters for failed rollback operations, if the the error is `sql.ErrTxDone`. fixes #2826
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently have tracing for handlers & messengers but we miss root level spans for periodic tasks.
The text was updated successfully, but these errors were encountered: