Skip to content

Commit 123d398

Browse files
authored
Update deprecated flag metric name in doc (#4939)
Signed-off-by: Alvin Lin <alvinlin@amazon.com> Signed-off-by: Alvin Lin <alvinlin@amazon.com>
1 parent c21eb69 commit 123d398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration/v1-guarantees.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For the v1.0 release, we want to provide the following guarantees:
99

1010
## Flags, Config and minor version upgrades
1111

12-
Upgrading cortex from one minor version to the next should "just work"; that being said, we don't want to bump the major version every time we remove a flag, so we will will keep deprecated flags around for 2 minor release. There is a metric (`cortex_deprecated_flags_inuse_total`) you can alert on to find out if you're using a deprecated flag.
12+
Upgrading cortex from one minor version to the next should "just work"; that being said, we don't want to bump the major version every time we remove a flag, so we will will keep deprecated flags around for 2 minor release. There is a metric (`deprecated_flags_inuse_total`) you can alert on to find out if you're using a deprecated flag.
1313

1414
Similarly to flags, minor version upgrades using config files should "just work". If we do need to change config, we will keep the old way working for two minor version. There will be a metric you can alert on for this too.
1515

0 commit comments

Comments
 (0)