:wave: Hello, team! Did anyone integrate Kratos w...
# ory-selfhosting
a
👋 Hello, team! Did anyone integrate Kratos with Datadog?
w
Hello there, I think that is quite popular, there should be ready to use examples in the kratos or k8s repos ;)
a
OK it seems like opentelemetry is something that should make the two play along together. I might check that stuff out down the road. For now I am stuck, not getting Jaeger to find my requests to Kratos https://www.ory.sh/docs/kratos/guides/tracing
w
Hi there, some time ago we switched over from jaeger to open telemetry in our codebase, but plain jaeger should also work. @modern-father-30447 is our expert on this topic 😉
🆗 1
m
Hi there 👋 Can you perhaps explain your current setup so I can get an idea of what's going on? :)
a
I basically checked out tag v0.10.1, then ran this
Copy code
docker-compose -f quickstart.yml \
    -f quickstart-tracing.yml \
    up --build
As instructed from the page https://www.ory.sh/docs/kratos/guides/tracing Then I do some random requests to selfservice and/or admin APIs of Kratos, and expect to see these requests from http://localhost:16686/search but all I see are requests from the Jaeger service itself (I assume). What am I missing?