File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-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
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
You can’t perform that action at this time.
0 commit comments