-
Notifications
You must be signed in to change notification settings - Fork 135
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
Enable integration with open tracing & micrometer libraries #575
Comments
@gpradeepkrishna |
@gpradeepkrishna Thanks for posting! Can you let us know what specific metrics are you interested in tracking? |
I think it would be best to expose the underlining httpclient, so we can add our own instrumentation or integrate with micrometer and customize it |
Any updates on this? |
Thanks for checking in on this issue. We already have a ticket logged and are currently prioritizing this integration with our Java SDKs. We will try to keep this issue updated when we have more information. You are always welcome to ping us again for an update! |
Sorry for the delay in getting to this ticket. Here is the summary of my findings:
As mentioned above in one of the comments, we've actually made it possible for a user to supply their own Let me know if this helps! |
I'm submitting a
Background info
Enable support for Integration with open tracing & micrometer libraries to enable visibility.
Expected behavior
Some of the goals of this integration
What went wrong?
Without a means to integrate with open tracing & micrometer, we are forced to meddle with internals in order to provide visibility. This is not sustainable as new releases of SDK can break it.
SDK Version
4.0.0
The text was updated successfully, but these errors were encountered: