You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: