Skip to content

Commit 2be67be

Browse files
authored
docs: remote-write-receiver explicit flag enablement (prometheus#16214)
* docs: remote-write-receiver explicit flag enablement Signed-off-by: amanycodes <amanycodes@gmail.com> * Rebuild Signed-off-by: amanycodes <amanycodes@gmail.com> * updated docs/migration.md Signed-off-by: amanycodes <amanycodes@gmail.com> --------- Signed-off-by: amanycodes <amanycodes@gmail.com>
1 parent 4f58629 commit 2be67be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/migration.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ This document offers guidance on migrating from Prometheus 2.x to Prometheus 3.0
1515
default behavior of Prometheus v3:
1616
- `promql-at-modifier`
1717
- `promql-negative-offset`
18-
- `remote-write-receiver`
1918
- `new-service-discovery-manager`
2019
- `expand-external-labels`
2120
- Environment variable references `${var}` or `$var` in external label values
@@ -31,6 +30,8 @@ This document offers guidance on migrating from Prometheus 2.x to Prometheus 3.0
3130
`http://example.com/metrics:80` respectively, add them to your target URLs
3231
- `agent`
3332
- Instead use the dedicated `--agent` CLI flag.
33+
- `remote-write-receiver`
34+
- Instead use the dedicated `--web.enable-remote-write-receiver` CLI flag to enable the remote write receiver.
3435
- `auto-gomemlimit`
3536
- Prometheus v3 will automatically set `GOMEMLIMIT` to match the Linux
3637
container memory limit. If there is no container limit, or the process is

0 commit comments

Comments
 (0)