-
Notifications
You must be signed in to change notification settings - Fork 233
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
Implement tracing in action server #1016
Conversation
debd34b
to
f043fe9
Compare
cff3d6a
to
38fc2b4
Compare
933637c
to
7a8ae32
Compare
7a8ae32
to
8019db4
Compare
Done! |
f4a2301
to
fc69051
Compare
fc69051
to
4d0fc82
Compare
68f5290
to
f56a665
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.
Really clean code and implementation 💯
We should add a section in the readme about what-is-tracing and how to add any additional spans, span attributes if someone wants to (say span inside custom actions or helper methods)
I'd prefer that documentation to be a separate ticket so it's not blocking this. |
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.
This looks great! Just added a small suggestion to expand on the changelog
if "endpoints" in cmdline_arguments: | ||
endpoints_file = cmdline_arguments.endpoints |
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.
Great idea!
7134e08
to
efa5270
Compare
Proposed changes:
Status (please check what you already did):
black
(please check Readme for instructions)