Prometheus Remote Write API

The Prometheus Remote Write API defines a standard protocol for sending time series data from Prometheus or compatible agents to remote storage backends via HTTP POST with Snappy-compressed protobuf payloads. The specification documents the wire format, required headers, and retry semantics for interoperable remote write implementations.

Documentation

Other Resources

🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/prometheus/refs/heads/main/grpc/prometheus-remote.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/prometheus/refs/heads/main/grpc/prometheus-types.proto
🔗
Protobuf
https://raw.githubusercontent.com/api-evangelist/prometheus/refs/heads/main/grpc/prometheus-write-v2-types.proto
🔗
APIsJSON
https://raw.githubusercontent.com/api-evangelist/prometheus/refs/heads/main/apis.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/prometheus/refs/heads/main/arazzo/prometheus-alert-notification-triage-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/prometheus/refs/heads/main/arazzo/prometheus-delete-series-reclaim-space-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/prometheus/refs/heads/main/arazzo/prometheus-discover-and-query-metric-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/prometheus/refs/heads/main/arazzo/prometheus-expire-silence-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/prometheus/refs/heads/main/arazzo/prometheus-large-promql-query-post-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/prometheus/refs/heads/main/arazzo/prometheus-purge-retired-job-metrics-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/prometheus/refs/heads/main/arazzo/prometheus-push-batch-job-metrics-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/prometheus/refs/heads/main/arazzo/prometheus-push-grouped-metrics-lifecycle-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/prometheus/refs/heads/main/arazzo/prometheus-range-query-with-exemplars-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/prometheus/refs/heads/main/arazzo/prometheus-reload-config-verify-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/prometheus/refs/heads/main/arazzo/prometheus-server-restart-readiness-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/prometheus/refs/heads/main/arazzo/prometheus-silence-firing-alert-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/prometheus/refs/heads/main/arazzo/prometheus-test-alert-routing-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/prometheus/refs/heads/main/arazzo/prometheus-troubleshoot-scrape-target-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/prometheus/refs/heads/main/arazzo/prometheus-tsdb-snapshot-backup-workflow.yml

API entry from apis.yml

apis.yml Raw ↑
aid: prometheus:prometheus-remote-write-api
name: Prometheus Remote Write API
description: The Prometheus Remote Write API defines a standard protocol for sending time series data
  from Prometheus or compatible agents to remote storage backends via HTTP POST with Snappy-compressed
  protobuf payloads. The specification documents the wire format, required headers, and retry semantics
  for interoperable remote write implementations.
humanURL: https://prometheus.io/docs/specs/prw/remote_write_spec/
tags:
- Integration
- Remote Write
- Storage
- Time Series
properties:
- type: Documentation
  url: https://prometheus.io/docs/specs/prw/remote_write_spec/
- type: Protobuf
  url: grpc/prometheus-remote.proto
- type: Protobuf
  url: grpc/prometheus-types.proto
- type: Protobuf
  url: grpc/prometheus-write-v2-types.proto