-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Adds a new /svc group under each pool which contains the following set of metrics: * leader (gauge): Current pool service leader rank * map_version (counter): Current pool map version * open_pool_handles (gauge): Current count of open handles * total_ranks (gauge): Number of ranks in pool map * degraded_ranks (gauge): Number of ranks with disabled targets * total_targets (gauge): Number of targets in pool map * disabled_targets (gauge): Number of targets marked disabled * draining_targets (gauge): Number of targets in draining state For non-leader ranks, the service metrics will have zero values. Telemetry consumers may positively identify the current leader by checking the value of map_version, which will always be non-zero for the leader. Signed-off-by: Michael MacDonald <[email protected]>
- Loading branch information
Showing
6 changed files
with
377 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.