:thread: Ory Hydra Datadog integration
# ory-selfhosting
b
đź§µ Ory Hydra Datadog integration
I am running self-hosted Ory hydra on AWS EC2s. i also have datadog-agent running on every hosts. thus, i was trying to push telemetry traces for the same. I have setup following evn variables:
Copy code
TRACING_PROVIDER=datadog
TRACING_PROVIDERS_DATADOG_SAMPLING_SAMPLING_RATIO=1.0
TRACING_PROVIDERS_DATADOG_SERVER_URL=<http://localhost:8126>
But it was throwing exception
Copy code
time=2024-12-26T09:40:37Z level=error msg=Unable to initialize Tracer. audience=application error=map[message:expected one of [jaeger, zipkin, otel, ] but got datadog] service_name=Ory Hydra service_version=v2.2.0
panic: runtime error: invalid memory address or nil pointer dereference
it looks like v2.2.0 doesn’t support datadog. is it true? is there any work-around for the same? cc: @magnificent-energy-493 @steep-lamp-91158
m
As far as I know v2.2.0 still supports datadog - I havent tested it and have no experience using datadog tho...