-
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.
DAOS-16451 telemetry: Adjust type of (_sum|_sumsquares)
These stats metrics should be Counter rather than Gauge, as their values will only increase. Also includes a small fix for pem_test.go to set the test dir permissions explicitly irrespective of umask. Features: telemetry Required-githooks: true Change-Id: Iaae589189a5fc60b58ce4ba05262763a88956fcf Signed-off-by: Michael MacDonald <[email protected]>
- Loading branch information
Showing
3 changed files
with
18 additions
and
10 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