x icon indicating copy to clipboard operation
x copied to clipboard

Support GRPC for sending OTel traces

Open alecsammon opened this issue 1 month ago • 0 comments

Preflight checklist

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

alecsammon avatar May 14 '24 09:05 alecsammon