Skip to main content
POST
/
v1
/
metrics
Ingest OTLP metrics
curl --request POST \
  --url http://localhost:4318/v1/metrics \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "partialSuccess": {
    "rejectedDataPoints": 0
  }
}

Body

Response

200 - application/json

Accepted (may include partialSuccess for rejected data points)

The response is of type object.