From c07950e5e9ec7337a6ea004f483cf0941e72bd1a Mon Sep 17 00:00:00 2001 From: Julien Pivotto <291750+roidelapluie@users.noreply.github.com> Date: Fri, 20 Jun 2025 16:25:55 +0200 Subject: [PATCH] docs: remote read: Mention buf.build Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com> --- docs/querying/remote_read_api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/querying/remote_read_api.md b/docs/querying/remote_read_api.md index 66b54f9130..05ce3ba809 100644 --- a/docs/querying/remote_read_api.md +++ b/docs/querying/remote_read_api.md @@ -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. ```