-
Notifications
You must be signed in to change notification settings - Fork 87
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
Add a new dynamo.last_traces entry point. #1614
Conversation
030a991
to
fcedf0c
Compare
444e30f
to
4182e96
Compare
@IvanYashchuk do you want to take a look before merging? |
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.
Let's merge after @kshitij12345 approves it.
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.
Overall LGTM, just a couple of comments and should clean-up the changes pointed by @IvanYashchuk
Thank you @tfogal
To make it simple to grab the important traces.
And return a list of Traces instead of flattening it into a string.
for more information, see https://pre-commit.ci
4182e96
to
809490e
Compare
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
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.
Stamping based on @kshitij12345 's review. Thank you @tfogal @kshitij12345
I am constantly rewriting this so I thought upstreaming something made sense.
Not married to the implementation, but @t-vi @IvanYashchuk curious for your thoughts on having an explicitly entry point for this?
What does this PR do?
It adds a new entry point which iterates over all the ThunderFX subgraphs and grabs the trace information.
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.