Support GRPC for sending OTel traces
alecsammon opened this issue · 0 comments
alecsammon commented
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- I have joined the Ory Community Slack.
- 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: #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