File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ This document offers guidance on migrating from Prometheus 2.x to Prometheus 3.0
15
15
default behavior of Prometheus v3:
16
16
- ` promql-at-modifier `
17
17
- ` promql-negative-offset `
18
- - ` remote-write-receiver `
19
18
- ` new-service-discovery-manager `
20
19
- ` expand-external-labels `
21
20
- 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
31
30
` http://example.com/metrics:80 ` respectively, add them to your target URLs
32
31
- ` agent `
33
32
- 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.
34
35
- ` auto-gomemlimit `
35
36
- Prometheus v3 will automatically set ` GOMEMLIMIT ` to match the Linux
36
37
container memory limit. If there is no container limit, or the process is
You can’t perform that action at this time.
0 commit comments