You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Telemetry with Datadog has been challenging, due to the differences in behaviour with Opentelemetry, and the limitations of the opentelemetry-datadog crate.
For some context:
opentelemetry-datadog can send spans but not metrics because the metrics exporter is not implemented yet
we can use opentelemetry-otlp to send data to the datadog agent, which will handle spans and metrics with configuration like DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_ENDPOINT=0.0.0.0:4317 (it needs fix histogram metrics in OTLP #2564 though)
Telemetry with Datadog has been challenging, due to the differences in behaviour with Opentelemetry, and the limitations of the opentelemetry-datadog crate.
For some context:
DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_ENDPOINT=0.0.0.0:4317
(it needs fix histogram metrics in OTLP #2564 though)error=true
#2402We should document a proper way to set up telemetry with datadog, so users do not spend too much time tweaking and testing
The text was updated successfully, but these errors were encountered: