Skip to content
Open
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
4 changes: 1 addition & 3 deletions mongo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ Then create the same user from a mongos proxy. This action creates the local use

### Configuration

Follow the instructions below to configure this check for an Agent running on a host. For containerized environments, see the [Docker](?tab=docker#docker), [Kubernetes](?tab=kubernetes#kubernetes), or [ECS](?tab=ecs#ecs) sections.

<!-- xxx tabs xxx -->
<!-- xxx tab "Host" xxx -->

Expand Down Expand Up @@ -220,7 +218,7 @@ To configure this check for an Agent running on a host:

##### Database Autodiscovery

Starting from Datadog Agent v7.56, you can enable database autodiscovery to automatically collect metrics from all your databases on the MongoDB instance.
Starting from Datadog Agent v7.56, you can enable database autodiscovery to automatically collect metrics from all your databases on the MongoDB instance.
Please note that database autodiscovery is disabled by default. Read access to the autodiscovered databases is required to collect metrics from them.
To enable it, add the following configuration to your `mongo.d/conf.yaml` file:

Expand Down
10 changes: 2 additions & 8 deletions mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ Query OK, 0 rows affected (0.00 sec)

### Configuration

Follow the instructions below to configure this check for an Agent running on a host. For containerized environments, see the [Docker](?tab=docker#docker), [Kubernetes](?tab=kubernetes#kubernetes), or [ECS](?tab=ecs#ecs) sections.

**Note**: For a full list of available configuration options, see the [sample mysql.d/conf.yaml][8].

<!-- xxx tabs xxx -->
Expand All @@ -114,10 +112,6 @@ Follow the instructions below to configure this check for an Agent running on a

To configure this check for an Agent running on a host:

Edit the `mysql.d/conf.yaml` file, in the `conf.d/` folder at the root of your [Agent's configuration directory][7] to start collecting your MySQL [metrics](#metric-collection) and [logs](#log-collection).

For a full list of available configuration options, see the [sample `mysql.d/conf.yaml`][8].

##### Metric collection

- Add this configuration block to your `mysql.d/conf.yaml` to collect your [MySQL metrics](#metrics):
Expand Down Expand Up @@ -290,7 +284,7 @@ metadata:
ad.datadoghq.com/mysql.instances: |
[
{
"server": "%%host%%",
"server": "%%host%%",
"username": "datadog",
"password": "<UNIQUEPASSWORD>"
}
Expand All @@ -315,7 +309,7 @@ metadata:
"mysql": {
"instances": [
{
"server": "%%host%%",
"server": "%%host%%",
"username": "datadog",
"password": "<UNIQUEPASSWORD>"
}
Expand Down
2 changes: 0 additions & 2 deletions nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ spec:

To configure this check for an Agent running on a host:

Follow the instructions below to configure this check for an Agent running on a host. For containerized environments, see the [Docker](?tab=docker#docker), [Kubernetes](?tab=kubernetes#kubernetes), or [ECS](?tab=ecs#ecs) sections.

##### Metric collection

1. Set the `nginx_status_url` parameter to `http://localhost:81/nginx_status/` in your `nginx.d/conf.yaml` file to start gathering your [NGINX metrics](#metrics). See the [sample nginx.d/conf.yaml][6] for all available configuration options.
Expand Down
Loading