Skip to content

Commit

Permalink
docs: Update configMeta.yaml with capitalization fixes (#1373)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

Docs fixes for generated content.

## Short description of the changes

This PR reflects capitalization corrections in the summary field, so
content, such as honeycombio/docs#2386, can be
generated as expected.
  • Loading branch information
mjingle authored Oct 10, 2024
1 parent 7bdc0a7 commit 6b9389d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/metadata/configMeta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ groups:
reload: true
summary: controls how SendKey is used to replace or augment API keys used in incoming telemetry.
description: >
Controls how SendKey is used to replace or supply API keys used in
controls how SendKey is used to replace or supply API keys used in
incoming telemetry. If `AcceptOnlyListedKeys` is `true`, then
`SendKeys` will only be used for events with keys listed in
`ReceiveKeys`.
Expand Down Expand Up @@ -1302,7 +1302,7 @@ groups:
firstversion: v2.8
default: 3s
reload: false
summary: Controls the maximum duration allowed for collection health checks to complete.
summary: controls the maximum duration allowed for collection health checks to complete.
description: >
The `HealthCheckTimeout` setting specifies the maximum duration allowed for the health checks of the collection subsystems to complete. If a subsystem does not respond within this timeout period, it will be marked as unhealthy. This timeout value should be set carefully to ensure that transient delays do not lead to unnecessary failure detection while still allowing for timely identification of actual health issues.
Expand Down

0 comments on commit 6b9389d

Please sign in to comment.