ERROR -- : OpenTelemetry error: Unable to export 4 spans #966
-
Hello , I get the following error on rails console
and dont see traces getting exported to zipkins (deployed using the sample docker config in examples) i have set the following
config/initializers/opentelemetry.rb
and can see the otel exporter is listening on 4318. Any ideas what could be wrong? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
It is difficult to say with the information you have provided. Does the data get to the collector at all? Does it go to Jaeger? Could you share how you determined the collector was listening on Try doing the following:
|
Beta Was this translation helpful? Give feedback.
It is difficult to say with the information you have provided. Does the data get to the collector at all? Does it go to Jaeger?
Could you share how you determined the collector was listening on
localhost:4318
?Try doing the following:
export OTEL_LOG_LEVEL=debug
custom error handler
to print out the stack trace or more details about the error.