Getting Jaeger client to work in Java 6 environment #3338
Unanswered
lam1234567
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can use one of the older versions of Jaeger client. We no longer support Java 6. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
We are trying to set up Jaeger Client on instrument an application in a Java 6 environment to send spans to Jaeger collector's http endpoint. We found that the Jaeger Client depends on okhttp3 and okhttp3 (even its oldest version 3.0.0.) doesn't support Java 6. Can someone shed some light on how we can get this to work?
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions