-
Hey @nirga this is a reference from comment: #1096 (comment) I started a local docker instance of I init Traceloop as you mentioned above:
I also tried _api_endpoint="http://localhost:4318/v1/traces", same result. I wonder if there's a way to debug Traceloop to ensure that the correct HTTP calls are made, docs mentions debugging only for ts/js version (https://www.traceloop.com/docs/openllmetry/configuration#control-logging) Best, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hey @asaf! IIUC from the docs, Jaeger doesn't support the OpenTelemetry protocol directly, so you need to spin off an OpenTelemetry collector as well that will receive the traces and send them out to Jaeger. |
Beta Was this translation helpful? Give feedback.
-
Oh got it! @asaf |
Beta Was this translation helpful? Give feedback.
Oh got it! @asaf
It means that Jaeger doesn't support the OpenTelemetry Metrics endpoint. You can disable it by setting TRACELOOP_METRICS_ENABLED == false