Replies: 2 comments 7 replies
-
hi @prubinVI! |
Beta Was this translation helpful? Give feedback.
-
Hello! error start exec java ${JAVA_OPTS} Jaeger |
Beta Was this translation helpful? Give feedback.
-
hi @prubinVI! |
Beta Was this translation helpful? Give feedback.
-
Hello! error start exec java ${JAVA_OPTS} Jaeger |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to deploy a spring boot java server to k8s. we have a Jaeger collector running, I have tried many configurations and while I got the url to the Jaeger server correct, it keeps trying to use the oltp exporter:
I am using on the java command line
-javaagent:/app/libs/opentelemetry-javaagent-1.10.0.jar
I have tried environment variables, and injecting parameters into the jvm command line and neither seems to work:
OTEL_EXPORTER: "jaeger"
OTEL_TRACES_EXPORTER: "jaeger"
-dotel.exporter=jeager
-dotel.traces.exporter=jaeger
I verified that all of these are in the ENV and or system properties, but The open telemetry agent continues to give the error above.
[otel.javaagent 2022-01-21 16:41:55:130 +0000] [OkHttp http://jaeger-collector.monitoring-system:14268/...] ERROR io.opentelemetry.exporter.otlp.internal.grpc.OkHttpGrpcExporter - Failed to export spans. The request could not be executed. Full error message: null
The full error message null is not very helpful and the exporter being the oltp exporter is just confusing.
Can you suggest anything to help me diagnose what I am doing wrong?
Thanks
Paul.
Beta Was this translation helpful? Give feedback.
All reactions