Skip to content
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

Open
cretz opened this issue Sep 23, 2024 · 4 comments
Open

[Feature Request] OpenTelemetry HTTP API support #820

cretz opened this issue Sep 23, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@cretz
Copy link
Member

cretz commented Sep 23, 2024

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.

@Chengdyc
Copy link

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.

@clintonb
Copy link

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).

@iand675
Copy link

iand675 commented Oct 28, 2024

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.

@clintonb
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants