Prometheus OTLP Metrics Receiver

Optional OpenTelemetry Protocol metrics receiver exposed on /api/v1/otlp/v1/metrics when the Prometheus server is started with --web.enable-otlp-receiver. Accepts OTLP/HTTP protobuf payloads from OpenTelemetry Collectors and SDKs; delta-to-cumulative conversion is available behind --enable-feature=otlp-deltatocumulative.

API entry from apis.yml

apis.yml Raw ↑
aid: prometheus-io:prometheus-otlp-receiver
name: Prometheus OTLP Metrics Receiver
tags:
- OTLP
- OpenTelemetry
- Receiver
- Ingest
humanURL: https://prometheus.io/docs/prometheus/latest/feature_flags/
description: Optional OpenTelemetry Protocol metrics receiver exposed on /api/v1/otlp/v1/metrics when
  the Prometheus server is started with --web.enable-otlp-receiver. Accepts OTLP/HTTP protobuf payloads
  from OpenTelemetry Collectors and SDKs; delta-to-cumulative conversion is available behind --enable-feature=otlp-deltatocumulative.
properties:
- url: https://prometheus.io/docs/guides/opentelemetry/
  type: Documentation
  name: OpenTelemetry Guide
- url: https://github.com/open-telemetry/opentelemetry-proto
  type: SourceCode
  name: OTLP Protocol Buffers