mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
docs: Direct link to remote read proto to the main branch
Left over of the master->main branch rename. Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>
This commit is contained in:
parent
998840c496
commit
0fb698675c
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ sort_rank: 7
|
|||
NOTE: This is not currently considered part of the stable API and is subject to change even between non-major version releases of Prometheus.
|
||||
|
||||
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/master/prompb/remote.proto).
|
||||
The API definition is located [here](https://github.com/prometheus/prometheus/blob/main/prompb/remote.proto).
|
||||
|
||||
Request are made to the following endpoint.
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue