Skip to content

Commit

Permalink
Update with feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTChen committed Sep 9, 2020
1 parent a5e9c48 commit 6cf20cc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions clickhouse/datadog_checks/clickhouse/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ instances:
# use_global_custom_queries: 'true'

## @param custom_queries - list of mappings - optional
## Each query must have 2 fields:
## Each query must have 2 fields, and can have a third optional field:
##
## 1. query - The SQL to execute. It can be a simple statement or a multi-line script.
## Use the pipe `|` if you require a multi-line script.
Expand All @@ -101,7 +101,7 @@ instances:
## with the name and value of the item in this column. You can
## use the `count` type to perform aggregation for queries that
## return multiple rows with the same or no tags.
## Columns without a name are ignored, use this for any column you wish to skip:
## Columns without a name are ignored. To skip a column, enter:
## - {}
## 3. tags (optional) - A list of tags to apply to each metric.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
example: "true"
- name: custom_queries
description: |
Each query must have 2 fields:
Each query must have 2 fields, and can have a third optional field:
1. query - The SQL to execute. It can be a simple statement or a multi-line script.
Use the pipe `|` if you require a multi-line script.
Expand All @@ -26,7 +26,7 @@
with the name and value of the item in this column. You can
use the `count` type to perform aggregation for queries that
return multiple rows with the same or no tags.
Columns without a name are ignored, use this for any column you wish to skip:
Columns without a name are ignored. To skip a column, enter:
- {}
3. tags (optional) - A list of tags to apply to each metric.
value:
Expand Down
4 changes: 2 additions & 2 deletions mysql/datadog_checks/mysql/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ instances:
# use_global_custom_queries: 'true'

## @param custom_queries - list of mappings - optional
## Each query must have 2 fields:
## Each query must have 2 fields, and can have a third optional field:
##
## 1. query - The SQL to execute. It can be a simple statement or a multi-line script.
## Use the pipe `|` if you require a multi-line script.
Expand All @@ -109,7 +109,7 @@ instances:
## with the name and value of the item in this column. You can
## use the `count` type to perform aggregation for queries that
## return multiple rows with the same or no tags.
## Columns without a name are ignored, use this for any column you wish to skip:
## Columns without a name are ignored. To skip a column, enter:
## - {}
## 3. tags (optional) - A list of tags to apply to each metric.
#
Expand Down
6 changes: 3 additions & 3 deletions vertica/datadog_checks/vertica/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ instances:
##
## 1. true - `global_custom_queries` override `custom_queries`.
## 2. false - `custom_queries` override `global_custom_queries`.
## 2. extend - `global_custom_queries` are used in addition to any `custom_queries`.
## 3. extend - `global_custom_queries` are used in addition to any `custom_queries`.
#
# use_global_custom_queries: 'true'

## @param custom_queries - list of mappings - optional
## Each query must have 2 fields:
## Each query must have 2 fields, and can have a third optional field:
##
## 1. query - The SQL to execute. It can be a simple statement or a multi-line script.
## Use the pipe `|` if you require a multi-line script.
Expand All @@ -138,7 +138,7 @@ instances:
## with the name and value of the item in this column. You can
## use the `count` type to perform aggregation for queries that
## return multiple rows with the same or no tags.
## Columns without a name are ignored, use this for any column you wish to skip:
## Columns without a name are ignored. To skip a column, enter:
## - {}
## 3. tags (optional) - A list of tags to apply to each metric.
#
Expand Down

0 comments on commit 6cf20cc

Please sign in to comment.