Skip to content

Commit

Permalink
Fix the inaccurate mention of headers in prwe (#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Liu authored Dec 7, 2020
1 parent 9914100 commit 1ed32e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exporter/prometheusremotewriteexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ As a result, the following parameters are also required:
The following settings can be optionally configured:

- `external_labels`: list of labels to be attached to each metric data point
- `headers`: additional headers attached to each HTTP request. If
`X-Prometheus-Remote-Write-Version` is set, its value must be `0.1.0`
- `headers`: additional headers attached to each HTTP request.
- *Note the following headers cannot be changed: `Content-Encoding`, `Content-Type`, `X-Prometheus-Remote-Write-Version`, and `User-Agent`.*
- `namespace`: prefix attached to each exported metric name.

Example:
Expand Down

0 comments on commit 1ed32e7

Please sign in to comment.