Skip to content

Commit 09d9053

Browse files
committedJun 14, 2024·
chore(docs): apply reviewdog grammar suggestion
1 parent 220a9d5 commit 09d9053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/Verify-Reloader-Working.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ reloader_reload_executed_total{success="false"} 15
6161
reloader_reload_executed_total{success="true"} 12
6262
```
6363

64-
### Opt-in Granular Metrics
64+
### Reloads by Namespace
6565

6666
Reloader can also export a metric to show the number of reloads by namespace. This feature is disabled by default, as it can lead to high cardinality in clusters with many namespaces.
6767

@@ -72,4 +72,4 @@ reloader_reload_executed_total{success="false", namespace="some-namespace"} 2
7272
reloader_reload_executed_total{success="true", namespace="some-namespace"} 1
7373
```
7474

75-
To opt-in, set the environment variable `METRICS_COUNT_BY_NAMESPACE` to `enabled` or set the Helm value `reloader.enableMetricsByNamespace` to `true`.
75+
To opt in, set the environment variable `METRICS_COUNT_BY_NAMESPACE` to `enabled` or set the Helm value `reloader.enableMetricsByNamespace` to `true`.

0 commit comments

Comments
 (0)