x
x copied to clipboard
Support GRPC for sending OTel traces
Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's Code of Conduct.
- [X] I have read and am following this repository's Contribution Guidelines.
- [X] I have joined the Ory Community Slack.
- [X] I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe your problem
We can only collect OTel traces via GRPC.
ory/x
only supports sending traces via HTTP.
Describe your ideal solution
ory/x
should accept an additional configuration allowing sending traces via GRPC
instead of HTTP
.
I have the start of the solution here: https://github.com/ory/x/pull/784. I'm happy to finish this PR if it's agreed to be the correct solution.
Workarounds or alternatives
We can look at adding a HTTP
-> GRPC
adapter - but would be complicated as this is the only part of our infrastructure that requires this.
Version
hydra:v2.2.0
Additional Context
No response