Closed zagr0 closed 1 year ago
Hi there!
It seems that hydra does not support elastic-apm
as a tracing provider. Lately we have moved towards using otel as an interface, which should allows you using other, otel compatible tracer options :)
We have it working with v1 for years and it seems like present in documentation for v2 also. I'm confused about that. https://github.com/ory/hydra/blob/v2.0.1/quickstart-tracing.yml#L26
We switched from OpenTracing, which is deprecated, to OpenTelemetry. Unfortunately aws-apm does not yet support it (or at least did not support it when we implemented it)
Ok, got it. Seems like apm server supports otel protocol, will try to use otel instead https://www.elastic.co/guide/en/apm/guide/current/open-telemetry.html
Hey @zagr0 if it works for you, i'd be happy to add a section in the documentation on how to add it, to make it easier for others :)
Preflight checklist
Describe the bug
When upgrade hydra helm chart deployment from 0.25.6 -> 0.26.0 and using
elastic-apm
as tracing config the auto migration job fails with error:Reproducing the bug
helm upgrade ory/hydra
from 0.25.6 to 0.26.0Relevant log output