Metrics Ingestion - Prometheus remote write
Endpoint: POST /api/{organization}/prometheus/api/v1/write
This is an implement of Prometheus Remote-write specification, you can use any tool which support this spec.
You can follow the documentation to ingest metrics data: Ingestion for metrics
Was this page helpful?
Last updated on
Metrics
Ingest metrics into OpenObserve using the Prometheus remote write API or the JSON endpoint to send time-series metric data from your monitored applications.
JSON
Ingest JSON metrics in batch via POST /api/{org}/ingest/metrics/_json. Supports counters, gauges, histograms, summaries, and custom labels.