Skip to content
Snippets Groups Projects
Commit 6e8d192b authored by Or Elimelech's avatar Or Elimelech Committed by Brian Brazil
Browse files

Wrong URL for remote.proto (#3431)

Change wrong URL for remote.proto
parent 013dc30d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -79,7 +79,7 @@ The read and write protocols both use a snappy-compressed protocol buffer encodi
 
For details on configuring remote storage integrations in Prometheus, see the [remote write](configuration/configuration.md#remote_write) and [remote read](configuration/configuration.md#remote_read) sections of the Prometheus configuration documentation.
 
For details on the request and response messages, see the [remote storage protocol buffer definitions](https://github.com/prometheus/prometheus/blob/master/storage/remote/remote.proto).
For details on the request and response messages, see the [remote storage protocol buffer definitions](https://github.com/prometheus/prometheus/blob/master/prompb/remote.proto).
 
Note that on the read path, Prometheus only fetches raw series data for a set of label selectors and time ranges from the remote end. All PromQL evaluation on the raw data still happens in Prometheus itself. This means that remote read queries have some scalability limit, since all necessary data needs to be loaded into the querying Prometheus server first and then processed there. However, supporting fully distributed evaluation of PromQL was deemed infeasible for the time being.
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment