Skip to content

Commit 25a3384

Browse files
[no-relnote] Format doc comment at internal/rm/health.go
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
1 parent aabc70b commit 25a3384

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

internal/rm/health.go

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,18 @@ import (
3232
)
3333

3434
const (
35-
// envDisableHealthChecks defines the environment variable that is checked to determine whether healthchecks
36-
// should be disabled. If this envvar is set to "all" or contains the string "xids", healthchecks are
37-
// disabled entirely. If set, the envvar is treated as a comma-separated list of Xids to ignore. Note that
38-
// this is in addition to the Application errors that are already ignored.
35+
// envDisableHealthChecks defines the environment variable that is
36+
// checked to determine whether healthchecks should be disabled. If
37+
// this envvar is set to "all" or contains the string "xids",
38+
// healthchecks are disabled entirely. If set, the envvar is treated
39+
// as a comma-separated list of Xids to ignore. Note that this is in
40+
// addition to the Application errors that are already ignored.
3941
envDisableHealthChecks = "DP_DISABLE_HEALTHCHECKS"
40-
// envEnableHealthChecks defines the environment variable that is checked to
41-
// determine which XIDs should be explicitly enabled. XIDs specified here
42-
// override the ones specified in the `DP_DISABLE_HEALTHCHECKS`.
43-
// Note that this also allows individual XIDs to be selected when ALL XIDs
44-
// are disabled.
42+
// envEnableHealthChecks defines the environment variable that is
43+
// checked to determine which XIDs should be explicitly enabled. XIDs
44+
// specified here override the ones specified in the
45+
// `DP_DISABLE_HEALTHCHECKS`. Note that this also allows individual
46+
// XIDs to be selected when ALL XIDs are disabled.
4547
envEnableHealthChecks = "DP_ENABLE_HEALTHCHECKS"
4648
)
4749

0 commit comments

Comments
 (0)