Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandratran authored Dec 7, 2023
1 parent c4fd0fc commit a13997f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cli/subcommands/validator-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit a13997f

Please sign in to comment.