-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
bugSomething isn't workingSomething isn't workingneeds triageNew item requiring triageNew item requiring triagereceiver/datadog
Description
Component(s)
receiver/datadog
What happened?
Description
https://docs.datadoghq.com/api/latest/metrics/?code-lang=go
Response should be
{
"status": "ok"
}

However, the receiver response with a string OK
: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/datadogreceiver/receiver.go#L286
Why this matters
For example here: https://github.com/apache/airflow/blob/39f8e1d487ab8f1969aaec512fdffacca989813c/providers/src/airflow/providers/datadog/hooks/datadog.py#L68
The body is checked, which is causing failures.
Collector version
latest
Environment information
No response
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds triageNew item requiring triageNew item requiring triagereceiver/datadog