Ingest time series data using the Prometheus Remote Write 1.0 protocol.
The request body must be a Snappy-compressed protobuf WriteRequest
message (as defined by the Prometheus remote write specification). Each
WriteRequest contains one or more TimeSeries messages, each with a
set of labels and one or more timestamp/value sample pairs.
This endpoint is designed for integration with Prometheus remote-write compatible agents and collectors. It is not intended as a general-purpose high-throughput ingestion path — for bulk data loading, prefer dedicated import tooling.
This endpoint is only available when the server is built with
the remote-write feature.
Must be application/x-protobuf.
application/x-protobuf Must be snappy.
snappy Snappy-compressed protobuf WriteRequest message. The
protobuf schema is defined by the Prometheus remote write
specification.
Samples ingested successfully (empty body).