Hi, I am trying to link my spicedb application to datadog and would also like to see tracing information, is that possible?
I know that spicedb does opentelemetry tracing, but that is not supported out of the box by datadog (I believe, .. or I am just doing it wrong).
I currently have a docker compose setup with a database, a datadog agent (linked to a datadog tutorial environment) and a docker container which runs a spicedb migration and then starts spicedb.
I got logging and profiling working, but no tracing yet.
Any tips would be really welcome