chore(docs): apply reviewdog grammar suggestion

This commit is contained in:
Alexander Davis
2024-06-14 15:54:55 -05:00
parent 220a9d5f68
commit 09d90532e6

View File

@@ -61,7 +61,7 @@ reloader_reload_executed_total{success="false"} 15
reloader_reload_executed_total{success="true"} 12 reloader_reload_executed_total{success="true"} 12
``` ```
### Opt-in Granular Metrics ### Reloads by Namespace
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. 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.
@@ -72,4 +72,4 @@ reloader_reload_executed_total{success="false", namespace="some-namespace"} 2
reloader_reload_executed_total{success="true", namespace="some-namespace"} 1 reloader_reload_executed_total{success="true", namespace="some-namespace"} 1
``` ```
To opt-in, set the environment variable `METRICS_COUNT_BY_NAMESPACE` to `enabled` or set the Helm value `reloader.enableMetricsByNamespace` to `true`. To opt in, set the environment variable `METRICS_COUNT_BY_NAMESPACE` to `enabled` or set the Helm value `reloader.enableMetricsByNamespace` to `true`.