Skip to content

How to verify if Triton is really sending OTel traces to collector? #8217

Closed Answered by ggiuffre
ggiuffre asked this question in Q&A

You must be logged in to vote

The problem was just that I had to add /v1/traces to the URL in the options. See this other issue.

If anybody comes across this post, remember to also add your deployment environment to the OpenTelemetry tracing options: --trace-config opentelemetry,resource=deployment.environment.name=${ENVIRONMENT}. The issue for me was that the DataDog trace explorer UI automatically added env:dev to my search terms, but Triton did not have an env set. Just removing env:dev from the search terms in the UI (or setting the above option in Triton with ENVIRONMENT=dev) solved the mystery.

One more thing that might be useful to future readers: Triton seems to only emit logs at startup. So if you don't see …

Replies: 2 comments

You must be logged in to vote
0 replies

You must be logged in to vote
0 replies
Answer selected by ggiuffre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant