-
Notifications
You must be signed in to change notification settings - Fork 15
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
Rename metrics without units #34
Merged
Merged
Conversation
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
vmercierfr
force-pushed
the
fix-values
branch
2 times, most recently
from
November 14, 2023 21:55
a250a5d
to
b7a3b13
Compare
Closed
vmercierfr
force-pushed
the
fix-values
branch
from
November 14, 2023 22:12
b7a3b13
to
a5b0aaf
Compare
#sre |
vmercierfr
requested review from
dcupif,
chtitux,
qfritz,
victorboissiere and
airclovis
November 14, 2023 22:23
mcorbin
approved these changes
Nov 16, 2023
qfritz
reviewed
Nov 16, 2023
dcupif
approved these changes
Nov 16, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 🚀
vmercierfr
force-pushed
the
fix-values
branch
2 times, most recently
from
November 24, 2023 14:36
edbaa7a
to
24d4fdd
Compare
vmercierfr
force-pushed
the
fix-values
branch
from
November 27, 2023 20:39
24d4fdd
to
fbcbba4
Compare
…ge_allocated_storage_bytes
…_replication_slot_disk_usage_bytes
vmercierfr
force-pushed
the
fix-values
branch
from
November 27, 2023 20:40
fbcbba4
to
475c3eb
Compare
Minimum allowed line rate is |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Objective
Specify units for
rds_replication_slot_disk_usage_average
andrds_usage_allocated_storage_average
Why
According to Prometheus metrics best practices, these metrics should contain the
_bytes
suffix instead of_average
rds_usage_allocated_storage_average
was specified in Gigabytes while it should be in Bytes.How
rds_replication_slot_disk_usage_average
tords_replication_slot_disk_usage_bytes
rds_usage_allocated_storage_average
tords_usage_allocated_storage_bytes
Issue was reported by end-user in #32
Release plan