INTERNAL: http2 exception #2463
-
I am using both automatic and manual instrumentation in my application. When I use Jaeger using otel.exporter=jaeger When I switch to default i.e. otel.exporter=otel. The span exporter is initialized as I see a log as below. But, I get below warning followed by exception when a trace is generated and I think its being exported. Warning Exception I am running a otel collector from https://github.com/open-telemetry/opentelemetry-collector/tree/master/examples/demo. Is this not a right setup? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
If you really did this: |
Beta Was this translation helpful? Give feedback.
-
I would recommend trying out the example we have set up in this repository and make sure you can get it working with the collector setup that we've provided: https://github.com/open-telemetry/opentelemetry-java/tree/master/examples/otlp If you suspect the problem is with the agent configuration, please create a discussion about it in the instrumentation repository: https://github.com/open-telemetry/opentelemetry-java-instrumentation/discussions Thanks! |
Beta Was this translation helpful? Give feedback.
I would recommend trying out the example we have set up in this repository and make sure you can get it working with the collector setup that we've provided: https://github.com/open-telemetry/opentelemetry-java/tree/master/examples/otlp
If you suspect the problem is with the agent configuration, please create a discussion about it in the instrumentation repository: https://github.com/open-telemetry/opentelemetry-java-instrumentation/discussions
Thanks!