-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add the host
tag to RDS instances' parsed tags
#8292
Conversation
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.
Looks good to me, but just a small nit.
* `hostname` - The full endpoint if the endpoint points to a specific instance | ||
* `host` - The full endpoint if the endpoint points to a specific instance |
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.
Small nit: help distinguish hostname
and host
description from explanation in https://github.com/DataDog/integrations-core/pull/8292/files#r552717379.
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.
I moved the comment up to the docstring to disambiguate the two. Let me know if the descriptions are still unclear without additional context!
@yzhan289 any other blockers to merge + release? The CI failures look unrelated to my changes. |
@justiniso nope it looks good to me otherwise. |
What does this PR do?
This is a follow-up to: #7353. A previous conversation on that PR (now removed due to a force push) suggested there may be a billing impact to adding the
host
tag to metrics. At the time, it was removed for investigation. I confirmed that host tags on metrics are not used for metering and will not impact host counts, so it is safe to add this tag back.Motivation
This tag will allow customers monitoring RDS instances to filter by
host:{rds_instance}
and group byhost
. Currently the tag set sent with metrics are:With this change, the tag set will be:
Additional Notes
If approved/merged, I will need help to cut a new release so postgres/mysql integrations can leverage this new functionality.
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached