Unable to export traces/spans from my Ruby on Rails application #1613
-
I'm trying to export traces from my Ruby on Rails application to Coralogix using an OTEL collector but I am receiving OpenTelemetry errors during traces export. It turns out that the traces are not being sent to the OTEL collector but not sure what is wrong here. Below is my
I installed the OTEL collector following the guides linked below:
OTEL collector `config.yaml`
I keep getting the following errors in my RoR application and don't have additional debug information to pin down the root cause:
Version inforuby - 2.6.10p210
Could you please help me understand what is wrong with my opentelemetry.rb/otel collector configuration? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
For additional context, port 4318 is exposed from my OTEL Collector docker container. When I navigate to |
Beta Was this translation helpful? Give feedback.
-
I was able to resolve this by appending |
Beta Was this translation helpful? Give feedback.
I was able to resolve this by appending
/v1/traces
to the endpoint.