-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-14739 pool: Add service-level metrics (#14273)
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. Required-githooks: true Change-Id: I6e82db981247f3e4fe4e2b434a688d4083be158c Signed-off-by: Michael MacDonald <mjmac@google.com>
- 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.