Parseable

Ingest OTLP metrics


Ingest OpenTelemetry metrics through Parseable's native OTLP metrics endpoint. Use X-P-Stream to choose the destination dataset and X-P-Log-Source: otel-metrics to identify the payload type.

POST
/v1/metrics
X-API-Key<token>

In: header

Header Parameters

X-P-Stream*string
X-P-Log-Source*string
Value in"otel-metrics"

Request Body

application/json

Response Body

application/json

curl -X POST "http://localhost:8000/v1/metrics" \  -H "X-P-Stream: string" \  -H "X-P-Log-Source: otel-metrics" \  -H "Content-Type: application/json" \  -d '{}'
Empty

Was this page helpful?