-
Notifications
You must be signed in to change notification settings - Fork 149
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
Java Agent - FY25Q1 - Enhance Entity Relationships #47
Labels
enhancement
New feature or request
Comments
Thanks for the suggestion. Would adding attributes to the underlying tracer via segment.getTransaction().getTracedMethod() be sufficient for your use case? |
Hi @tspring , Unfortunately no, my use case is a custom instrumentation for an async external call using native java 11 HttpClient. The method itself doesn't hang because it is an external async call. Thanks |
tspring
added a commit
that referenced
this issue
Sep 20, 2020
Merged
workato-integration
bot
changed the title
Support custom attributes for segments
Java Agent - FY25Q2 - Enhance Entity Relationships
Feb 26, 2024
workato-integration
bot
changed the title
Java Agent - FY25Q2 - Enhance Entity Relationships
Java Agent - FY25Q1 - Enhance Entity Relationships
Mar 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Java Agent 5.13.0 added support for setting custom attributes if you use TracedMethod.
I wish I could do the same when using Segments. 😃
The text was updated successfully, but these errors were encountered: