-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[integrations] Document "ignore_autodiscovery_tags" option #14007
Conversation
Preview links (active after the |
62e1696
to
a977efa
Compare
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 suggested a little rewording, but also: With a name like ignore_autodiscovery_tags
, I'd have expected true
to be the setting that would stop the tags from coming through. No?
@@ -97,6 +97,15 @@ For example, setting `service` in your config file is the recommended [Agent set | |||
|
|||
To better unify your environment, it is also recommended to configure the `env` tag in the Agent. To learn more, see [Unified Service Tagging][27]. | |||
|
|||
By default, the metrics reported by integrations include tags autodiscovered from the environment. For example, the metrics reported by a Redis check that runs inside a container include tags that refer to the container like `image_name`. This can be disabled by setting the `ignore_autodiscovery_tags` parameter to `false`: |
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.
By default, the metrics reported by integrations include tags autodiscovered from the environment. For example, the metrics reported by a Redis check that runs inside a container include tags that refer to the container like `image_name`. This can be disabled by setting the `ignore_autodiscovery_tags` parameter to `false`: | |
By default, the metrics reported by integrations include tags autodiscovered from the environment. For example, the metrics reported by a Redis check that runs inside a container include tags that refer to the container, such as `image_name`. You can turn this behavior off by setting the `ignore_autodiscovery_tags` parameter to `false`: |
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.
Sorry, as you mentioned, the setting should be set to true
instead of false
.
I fixed that and also included your suggestion.
a977efa
to
7b3f21d
Compare
7b3f21d
to
f12e2ef
Compare
What does this PR do?
Documents the
ignore_autodiscovery_tags
option that was introduced here: DataDog/datadog-agent#4521Reviewer checklist