-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
feat(zipkin): add support for labeling phase duration as tags #9891
Conversation
5c8aea2
to
98b4923
Compare
a54dc1e
to
7d7d620
Compare
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.
Approved with a nitpick
Co-authored-by: Qirui(Keery) Nie <windmgc@gmail.com>
@mayocream Can you please add a changelog entry and open a corresponding documentation PR? |
Ahh, I already added the changelog entry; I just forgot to update the PR checklist. |
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.
Can't really comment on the zipkin integration, but the code and tests look good 👍
Summary
Add support to set durations as span tags.
Checklist
Issue reference
Fix #8126
Reimplement #8264
FTI-4507