-
-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oathkeeper
does not respect TRACING_PROVIDER=otel
#888
Comments
We will need to upgrade ory/x! However, one problem is that ory/x has developed quite a lot since we included it here and we did not yet have the time to update ory oathkeeper's config system to the new ory/x config system. So upgrading will not be as easy as just bumping the go mod version :( |
@aeneasr thank you very much for sharing that! I hope you will be able to migrate to the latest version in the further ;) |
It would be great to use otel, any updates on this issue @aeneasr? |
We want to bring in oath keeper as a hard dependency in our stack but this is somewhat of a blocker. |
Same here, we use OpenTelemetry for all of our tracing, not having this in Oathkeeper but in Hydra is a blocker for us. |
Still true in the latest release fwiw
|
Preflight checklist
Describe the bug
Oathkeeper
does not respectTRACING_PROVIDER=otel
to use OpenTelemetry.Reproducing the bug
docker run ... -e TRACING_PROVIDER=otel ...
Relevant log output
Relevant configuration
No response
Version
v0.38.15-beta.1
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
Kubernetes
Additional Context
It would be nice to update
ory/x
to the latest version to useotel
tracing provider.The text was updated successfully, but these errors were encountered: