Skip to content

Commit

Permalink
Remove unnecessary title
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
  • Loading branch information
ArthurSens committed May 3, 2024
1 parent c023996 commit dfa70f2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/querying/remote_read_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ sort_rank: 7

# Remote Read API

This is not currently considered part of the stable API and is subject to change
even between non-major version releases of Prometheus.

## Remote Read API
> 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).
Expand All @@ -26,7 +23,3 @@ This returns a message that includes a list of raw samples.

These streamed chunks utilize an XOR algorithm inspired by the [Gorilla](http://www.vldb.org/pvldb/vol8/p1816-teller.pdf)
compression to encode the chunks. However, it provides resolution to the millisecond instead of to the second.




0 comments on commit dfa70f2

Please sign in to comment.