docs: remote read: Mention buf.build

Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>
This commit is contained in:
Julien Pivotto 2025-06-20 16:25:55 +02:00
parent 0fb698675c
commit c07950e5e9

View File

@ -7,6 +7,7 @@ NOTE: This is not currently considered part of the stable API and is subject to
This API provides data read functionality from Prometheus. This interface expects [snappy](https://github.com/google/snappy) compression.
The API definition is located [here](https://github.com/prometheus/prometheus/blob/main/prompb/remote.proto).
Protobuf definitions are also available on [buf.build](https://buf.build/prometheus/prometheus/docs/main:prometheus#prometheus.ReadRequest).
Request are made to the following endpoint.
```