Skip to content

Commit

Permalink
chore(docs): apply reviewdog grammar suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderldavis committed Jun 14, 2024
1 parent 220a9d5 commit 09d9053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Verify-Reloader-Working.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ reloader_reload_executed_total{success="false"} 15
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.

Expand All @@ -72,4 +72,4 @@ reloader_reload_executed_total{success="false", namespace="some-namespace"} 2
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`.

0 comments on commit 09d9053

Please sign in to comment.