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.

Prometheus OTLP Metrics Receiver is one of 5 APIs that Prometheus publishes on the APIs.io network.

Tagged areas include OTLP, OpenTelemetry, Receiver, and Ingest. The published artifact set on APIs.io includes API documentation.

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