diff --git a/content/docs/specs/remote_write_spec_2_0.md b/content/docs/specs/remote_write_spec_2_0.md index cbeadafa..540b4105 100644 --- a/content/docs/specs/remote_write_spec_2_0.md +++ b/content/docs/specs/remote_write_spec_2_0.md @@ -68,7 +68,14 @@ Sender MUST send a serialized and compressed Proto Message in the body of an HTT -Sender MUST send the following reserved headers with the HTTP request. Sender MAY allow users to add custom HTTP headers; they MUST NOT allow users to configure them in such a way as to send reserved headers. +Sender MUST send the following reserved headers with the HTTP request: +- Content-Encoding +- Content-Type +- X-Prometheus-Remote-Write-Version +- User-Agent + + +Sender MAY allow users to add custom HTTP headers; they MUST NOT allow users to configure them in such a way as to send reserved headers. #### Content-Encoding