Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Stuart Pearson <1926002+stuartp44@users.noreply.github.com>
  • Loading branch information
npalm and stuartp44 authored Aug 26, 2024
1 parent 0ef0d2a commit 58e7bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ The watcher will act on all spot termination notificatins and log all onses rele

## Metrics

The module supports metrics (experimental feature) to monitor the system. The metrics are disabled by default. To enable the metrics set `metrics.enable = true`. Once put by true all module managed metrics are used, you can configure the one bye one via the `metrics` object. The metrics are created in the namespace `GitHub Runners`.
The module supports metrics (experimental feature) to monitor the system. The metrics are disabled by default. To enable the metrics set `metrics.enable = true`. If set to true, all module managed metrics are used, you can configure the one by one via the `metrics` object. The metrics are created in the namespace `GitHub Runners`.

### Supported metrics

Expand Down
2 changes: 1 addition & 1 deletion examples/default/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ module "runners" {
# }
# }

# enable job_retry feature. Be careful with this feature, it can lead to API rate limits.
# enable job_retry feature. Be careful with this feature, it can lead to you hitting API rate limits.
job_retry = {
enable = true
max_attempts = 1
Expand Down

0 comments on commit 58e7bad

Please sign in to comment.