diff --git a/docs/reference/cli/index.md b/docs/reference/cli/index.md index 56b88acf3..c52a4018c 100644 --- a/docs/reference/cli/index.md +++ b/docs/reference/cli/index.md @@ -1422,7 +1422,7 @@ metrics-categories: ["BEACON", "JVM", "PROCESS"] Categories for which to track metrics. Options are `JVM`, `PROCESS`, `BEACON`, `DISCOVERY`, `EVENTBUS`, `EXECUTOR`, `LIBP2P`, `NETWORK`, `STORAGE`, `STORAGE_HOT_DB`, `STORAGE_FINALIZED_DB`, `REMOTE_VALIDATOR`, `VALIDATOR`, `VALIDATOR_PERFORMANCE`, `VALIDATOR_DUTY`. All but `VALIDATOR_DUTY` categories are enabled by default. -When `metrics-categories` is used, only the categories specified in this option will be enabled (all other categories will be disabled). +When `metrics-categories` is used, only the categories specified in this option are enabled (all other categories are disabled). ### metrics-interface diff --git a/docs/reference/cli/subcommands/validator-client.md b/docs/reference/cli/subcommands/validator-client.md index 475c31e82..fe084b1a3 100644 --- a/docs/reference/cli/subcommands/validator-client.md +++ b/docs/reference/cli/subcommands/validator-client.md @@ -544,7 +544,7 @@ metrics-categories: ["BEACON", "JVM", "PROCESS"] Categories for which to track metrics. Options are `JVM`, `PROCESS`, `BEACON`, `DISCOVERY`, `EVENTBUS`, `EXECUTOR`, `LIBP2P`, `NETWORK`, `STORAGE`, `STORAGE_HOT_DB`, `STORAGE_FINALIZED_DB`, `REMOTE_VALIDATOR`, `VALIDATOR`, `VALIDATOR_PERFORMANCE`, `VALIDATOR_DUTY`. All but `VALIDATOR_DUTY` categories are enabled by default. -When `metrics-categories` is used, only the categories specified in this option will be enabled (all other categories will be disabled). +When `metrics-categories` is used, only the categories specified in this option are enabled (all other categories are disabled). ## `metrics-interface`