mirror of
https://github.com/prometheus/docs.git
synced 2026-02-05 15:45:27 +01:00
Update content/docs/specs/remote_write_spec_2_0.md
Co-authored-by: Callum Styan <callumstyan@gmail.com> Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
This commit is contained in:
committed by
GitHub
parent
dfa4d8d843
commit
4ef58fb9fd
@@ -63,7 +63,7 @@ The protobuf serialization MUST use either of the following Proto Messages:
|
||||
|
||||
The Proto Message MUST use binary Wire Format. Then, MUST be compressed with [Google’s Snappy](https://github.com/google/snappy). The block format MUST be used -- the framed format MUST NOT be used.
|
||||
|
||||
Sender MUST send serialized and compressed Proto Message in the body of an HTTP POST request and send it to the Receiver via HTTP at a provided URL path. The Receiver MAY specify any HTTP URL path to receive metrics.
|
||||
Sender MUST send a serialized and compressed Proto Message in the body of an HTTP POST request and send it to the Receiver via HTTP at the provided URL path. The Receiver MAY specify any HTTP URL path to receive metrics.
|
||||
|
||||
<!---
|
||||
Rationales: https://github.com/prometheus/proposals/blob/alexg/remote-write-20-proposal/proposals/2024-04-09_remote-write-20.md#basic-content-negotiation-built-on-what-we-have
|
||||
|
||||
Reference in New Issue
Block a user