This repository has been archived by the owner on Dec 23, 2023. It is now read-only.
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.
Open
Description
I am using openCensus with my application running on kubernetes, I have used OC with Jaeger and currently has the agent running as a sidecar to the application and have tried to create exporter with
JaegerTraceExporter.createAndRegister("http://127.0.0.1:14268/api/traces", "serviceName");
And I'm getting the error:
[WARN] [ExportComponent.ServiceExporterThread-0] io.opencensus.exporter.trace.jaeger.JaegerExporterHandler: Failed to export traces to Jaeger: com.uber.jaeger.exceptions.SenderException: Could not send 2 spans ""
What is a possible problem with my deployment? Should I change the thriftEndpoint?
Metadata
Assignees
Labels
No labels