Skip to content

Commit 50f0b4d

Browse files
committed
docs: remote-write-receiver explicit flag enablement
Signed-off-by: amanycodes <amanycodes@gmail.com>
1 parent b0227d1 commit 50f0b4d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/migration.md

Lines changed: 3 additions & 1 deletion
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,9 @@ 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.
35+
- Note: This functionality is NOT enabled by default and requires explicit enablement.
3436
- `auto-gomemlimit`
3537
- Prometheus v3 will automatically set `GOMEMLIMIT` to match the Linux
3638
container memory limit. If there is no container limit, or the process is

0 commit comments

Comments
 (0)