-
Notifications
You must be signed in to change notification settings - Fork 77
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
[Feature Request] OpenTelemetry HTTP API support #820
Comments
I'm interested in this as well. We're trying to publish SDK metrics to Datadog using Otel. We have an OTLP endpoint set up but for reasons unknown (we've been working with Temporal and Datadog support for some time to figure this out with no success), the integration is not working, so we would like to use HTTP to publish SDK metrics instead. thanks. |
I just discovered (was reminded) that Temporal only uses gRPC for metrics. We recently switched over to HTTP collectors to start collecting data from browsers. We wanted to avoid maintaining two collectors/pathways to debug, so opted to update all internal services to use HTTP. It's taken me two weeks to realize we missed something...Temporal. 🤦🏾 It would be great if Temporal supported both HTTP and gRPC so we can simplify our configuration and have more flexibility around how we deploy collectors (e.g., sidecars vs gateways). |
That's not an accurate statement to my knowledge. Tracing also works with gRPC for at least some languages. Source: I am the Haskell ecosystem OTel maintainer. |
@iand675 who are you responding to? No one is denying that tracing doesn’t work via gRPC. We are requesting additional support for HTTP. |
Describe the solution you'd like
Currently we only support OTLP over gRPC, but users like temporalio/sdk-python#647 use systems that (surprisingly) don't support OTLP gRPC.
The text was updated successfully, but these errors were encountered: