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

Fix a typo in the disable_generic_tags option description #14246

Merged
merged 1 commit into from
Mar 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apache/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ files:
disable_generic_tags.enabled: True
disable_generic_tags.description: |
Generic tags such as `host` will be replaced by `apache_host` to avoid
getting mixed with other integraton tags.
getting mixed with other integration tags.
- template: logs
example:
- type: file
Expand Down
2 changes: 1 addition & 1 deletion apache/datadog_checks/apache/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ instances:

## @param disable_generic_tags - boolean - optional - default: false
## Generic tags such as `host` will be replaced by `apache_host` to avoid
## getting mixed with other integraton tags.
## getting mixed with other integration tags.
#
disable_generic_tags: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- name: disable_generic_tags
description: |
Generic tags such as `cluster` will be replaced by <integration_name>_cluster to avoid
getting mixed with other integraton tags.
getting mixed with other integration tags.
value:
type: boolean
display_default: false
Expand Down
2 changes: 1 addition & 1 deletion nginx/datadog_checks/nginx/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ instances:

## @param disable_generic_tags - boolean - optional - default: false
## Generic tags such as `cluster` will be replaced by <integration_name>_cluster to avoid
## getting mixed with other integraton tags.
## getting mixed with other integration tags.
#
disable_generic_tags: true

Expand Down
2 changes: 1 addition & 1 deletion snowflake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ datadog-agent integration install datadog-snowflake==2.0.1

# @param disable_generic_tags - boolean - optional - default: false
# Generic tags such as `cluster` will be replaced by <integration_name>_cluster to avoid
# getting mixed with other integraton tags.
# getting mixed with other integration tags.
# disable_generic_tags: true
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ instances:

## @param disable_generic_tags - boolean - optional - default: false
## Generic tags such as `cluster` will be replaced by <integration_name>_cluster to avoid
## getting mixed with other integraton tags.
## getting mixed with other integration tags.
#
disable_generic_tags: true

Expand Down
2 changes: 1 addition & 1 deletion sqlserver/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ files:
disable_generic_tags.enabled: True
disable_generic_tags.description: |
Generic tags such as `host` are replaced by `sqlserver_host` to avoid
getting mixed with other integraton tags.
getting mixed with other integration tags.

- template: logs
example:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ instances:

## @param disable_generic_tags - boolean - optional - default: false
## Generic tags such as `host` are replaced by `sqlserver_host` to avoid
## getting mixed with other integraton tags.
## getting mixed with other integration tags.
#
disable_generic_tags: true

Expand Down