-
Notifications
You must be signed in to change notification settings - Fork 482
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
[Bug]: OpenTelemetry trace and log error when executing otlp example. #1967
Comments
@Taxalo Are you trying the example against jaeger-all-in-one collector? The existing example only tests against otel-collector, which works fine. |
I am trying with jaeger-all-in-one, correct. I understand that it should also work with jaeger, right? |
Can you try with bit older version of jaeger-all-in-one, good to know if it ever worked? |
This might be related to jaegertracing/jaeger#5737 |
I have tried from jaeger 1.54 to 1.59. They do not work. Versions prior or equal to 1.58 return the second error I mentioned. Is this only on my end? |
Well the second error says that "Operation is not implemented or not supported". Afaik jaeger only supports traces but not logs and metrics. What happens when you comment out the logs and metrics exporters? |
You are indeed right, Commenting these exports and using jaeger latest instead of 1.59 fixed this problem |
What happened?
If you are using jaeger 1.59.0 and try to execute the opentelemetry-otlp basic-otlp example an error will apear with, saying
stream closed because of a broken pipe
.If you are using jaeger 1.58.0, it will return another error:
This seems to happen when doing a shutdown of meter_provider.
This same issue was reported to tracing-opentelemetry (tokio-rs/tracing-opentelemetry#157) because their example also fails
API Version
0.24.0
SDK Version
0.24.1
What Exporter(s) are you seeing the problem on?
Jaeger
The text was updated successfully, but these errors were encountered: