Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAOS-16451 telemetry: Adjust type of (_sum|_sumsquares) #15028

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

mjmac
Copy link
Contributor

@mjmac mjmac commented Aug 28, 2024

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]

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]>
Copy link

Ticket title is 'Make _sum in metric stats a counter instead of a gauge'
Status is 'In Review'
Errors are Unknown component
https://daosio.atlassian.net/browse/DAOS-16451

@mjmac mjmac merged commit ec092d1 into google/2.6 Aug 29, 2024
48 of 49 checks passed
@mjmac mjmac deleted the mjmac/mjmac/DAOS-16451-2.6-google branch August 29, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants