Unable to debug OpenTelemetry traces // OpenTelemetry traces not being generated? #6104
-
Hey everyone, Trying to get OpenTelemetry traces ingested, and currently don't have a way to verify that Triton is actually sending any traces to our OTLP endpoint. We are running on Kubernetes Running
I've exec'd into the Triton pod and sent a sample trace JSON to the endpoint directly, which was ingested just fine-- so network connectivity and collector configuration seems to be properly set up. The issue is that I'm just seeing nothing from Triton. I've combed through documentation, tried playing around with the Trace API extension, and at this point reaching the end of my rope with how to further debug or monitor OpenTelemetry traces. It seems that local trace logging is only available for the Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
So jumped the gun here-- if anybody has similar issues the fix is:
Turns out there was a log line on the server about a malformed URL on the OTLP Spec that I missed. Oof. |
Beta Was this translation helpful? Give feedback.
So jumped the gun here-- if anybody has similar issues the fix is:
Turns out there was a log line on the server about a malformed URL on the OTLP Spec that I missed. Oof.