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 uncommented parent options #12013

Merged
merged 1 commit into from
May 12, 2022
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
10 changes: 5 additions & 5 deletions mysql/datadog_checks/mysql/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ instances:

## Enable options to collect extra metrics from your MySQL integration.
#
options:
# options:

## @param replication - boolean - optional - default: false
## Set to `true` to collect replication metrics or group replication metrics.
Expand Down Expand Up @@ -299,7 +299,7 @@ instances:

## Configure collection of query metrics
#
query_metrics:
# query_metrics:

## @param enabled - boolean - optional - default: true
## Enable collection of query metrics. Requires `dbm: true`.
Expand All @@ -315,7 +315,7 @@ instances:

## Configure collection of query samples
#
query_samples:
# query_samples:

## @param enabled - boolean - optional - default: true
## Enables collection of query samples. Requires `dbm: true`.
Expand Down Expand Up @@ -405,7 +405,7 @@ instances:

## Configure collection of active sessions monitoring
#
query_activity:
# query_activity:

## @param enabled - boolean - optional - default: true
## Enable collection of active sessions. Requires `dbm: true`.
Expand All @@ -420,7 +420,7 @@ instances:
## Configure how the SQL obfuscator behaves.
## Note: This option only applies when `dbm` is enabled.
#
obfuscator_options:
# obfuscator_options:

## @param replace_digits - boolean - optional - default: false
## Set to `true` to replace digits in identifiers and table names with question marks in your SQL statements.
Expand Down
8 changes: 4 additions & 4 deletions postgres/datadog_checks/postgres/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ instances:

## Configure collection of query metrics
#
query_metrics:
# query_metrics:

## @param enabled - boolean - optional - default: true
## Enable collection of query metrics. Requires `dbm: true`.
Expand All @@ -268,7 +268,7 @@ instances:

## Configure collection of query samples
#
query_samples:
# query_samples:

## @param enabled - boolean - optional - default: true
## Enable collection of query samples. Requires `dbm: true`.
Expand Down Expand Up @@ -312,7 +312,7 @@ instances:

## Configure collection of query activity
#
query_activity:
# query_activity:

## @param enabled - boolean - optional - default: true
## Enable collection of query activity. Requires `dbm: true`, and enabling query_samples.
Expand All @@ -334,7 +334,7 @@ instances:
## Configure how the SQL obfuscator behaves.
## Note: This option only applies when `dbm` is enabled.
#
obfuscator_options:
# obfuscator_options:

## @param replace_digits - boolean - optional - default: false
## Set to `true` to replace digits in identifiers and table names with question marks in your SQL statements.
Expand Down
6 changes: 3 additions & 3 deletions sqlserver/datadog_checks/sqlserver/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ instances:

## Configure collection of query metrics
#
query_metrics:
# query_metrics:

## @param enabled - boolean - optional - default: true
## Enable collection of query metrics. Requires `dbm: true`.
Expand All @@ -237,7 +237,7 @@ instances:

## Configure collection of active sessions monitoring
#
query_activity:
# query_activity:

## @param enabled - boolean - optional - default: true
## Enable collection of active sessions. Requires `dbm: true`.
Expand All @@ -255,7 +255,7 @@ instances:
## Configure how the SQL obfuscator behaves.
## Note: This option only applies when `dbm` is enabled.
#
obfuscator_options:
# obfuscator_options:

## @param replace_digits - boolean - optional - default: false
## Set to `true` to replace digits in identifiers and table names with question marks in your SQL statements.
Expand Down
4 changes: 2 additions & 2 deletions vsphere/datadog_checks/vsphere/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ init_config:
## Those options are used when making vSphere REST API calls to retrieve vSphere tags
## when `collect_tags` instance config is enabled.
#
rest_api_options:
# rest_api_options:

## @param proxy - mapping - optional
## Set HTTP or HTTPS proxies for all instances. Use the `no_proxy` list
Expand Down Expand Up @@ -381,7 +381,7 @@ instances:
## The options are used when making vSphere REST API calls to retrieve vSphere tags
## when `collect_tags` instance config is enabled.
#
rest_api_options:
# rest_api_options:

## @param proxy - mapping - optional
## This overrides the `proxy` setting in `init_config`.
Expand Down