OpenTelemetry with Datadog Configuration [not getting any traces sent to Agent] #5909
-
Hey everyone, I've been working with Datadog support to troubleshoot this issue specifically with Triton and was curious if anybody has a working configuration that they use to ingest OpenTelemetry traces from For some details; we are running the following in EKS: The Datadog Agent's HTTP OTLP endpoint is enabled and available on every node at port 4318; and the receiving configuration is set up according to their documentation. In Kubernetes here are the startup commands for Triton Server:
We can run our models just fine, but unfortunately it does not seem like anything is being sent over to the Datadog Agent's receiving endpoint. I'm not entirely sure how to troubleshoot that Triton is actually sending traces; but if I hit the trace API endpoint I can verify that the trace configuration is getting populated as expected. Does anybody have this successfully implemented in their deployment? I'm almost positive this is just a configuration issue somewhere along the line, but at my wits' end trying to track down where to go from here. Any help or suggestions is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I would be very interested in this too, having clear traces in Triton would help us tremendously |
Beta Was this translation helpful? Give feedback.
-
hey @kencieszykowski, I was able to successfully get Triton traces in DataDog. One more tritonserver option you might want to add is |
Beta Was this translation helpful? Give feedback.
hey @kencieszykowski, I was able to successfully get Triton traces in DataDog. One more tritonserver option you might want to add is
--trace-config level=TIMESTAMPS
. The default value for level isOFF
which I think causes triton to not collect and send traces.