Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

JaegerExporterHandler #2042

Open
Althea01 opened this issue Jul 13, 2020 · 1 comment
Open

JaegerExporterHandler #2042

Althea01 opened this issue Jul 13, 2020 · 1 comment

Comments

@Althea01
Copy link

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?

@nilebox
Copy link
Contributor

nilebox commented Jul 20, 2020

@Althea01 the exception is most likely thrown by the Jaeger code here:


which lives outside of the OpenCensus, so you may need to reach out to the Jaeger community with your question.

Please note that OpenCensus is in maintenance, and you may consider using OpenTelemetry instead: https://github.com/open-telemetry/opentelemetry-java/tree/master/examples/jaeger

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants