From 693422264cbee1e882ad28a5ce584e5b36d6a7d0 Mon Sep 17 00:00:00 2001 From: Ian Bucad Date: Wed, 26 Jul 2023 13:11:04 +1000 Subject: [PATCH] Doc update based on #9340 --- mysql/README.md | 8 ++++---- oracle/README.md | 10 +++++----- supervisord/README.md | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/mysql/README.md b/mysql/README.md index ee56cadfb1f8e..b0ac0dcc8af00 100644 --- a/mysql/README.md +++ b/mysql/README.md @@ -237,7 +237,7 @@ Set [Autodiscovery Integration Templates][11] as Docker labels on your applicati ```yaml LABEL "com.datadoghq.ad.check_names"='["mysql"]' LABEL "com.datadoghq.ad.init_configs"='[{}]' -LABEL "com.datadoghq.ad.instances"='[{"server": "%%host%%", "user": "datadog","password": ""}]' +LABEL "com.datadoghq.ad.instances"='[{"server": "%%host%%", "username": "datadog","password": ""}]' ``` See [Autodiscovery template variables][12] for details on using `` as an environment variable instead of a label. @@ -278,7 +278,7 @@ metadata: [ { "server": "%%host%%", - "user": "datadog", + "username": "datadog", "password": "" } ] @@ -303,7 +303,7 @@ metadata: "instances": [ { "server": "%%host%%", - "user": "datadog", + "username": "datadog", "password": "" } ] @@ -357,7 +357,7 @@ Set [Autodiscovery Integrations Templates][11] as Docker labels on your applicat "dockerLabels": { "com.datadoghq.ad.check_names": "[\"mysql\"]", "com.datadoghq.ad.init_configs": "[{}]", - "com.datadoghq.ad.instances": "[{\"server\": \"%%host%%\", \"user\": \"datadog\",\"password\": \"\"}]" + "com.datadoghq.ad.instances": "[{\"server\": \"%%host%%\", \"username\": \"datadog\",\"password\": \"\"}]" } }] } diff --git a/oracle/README.md b/oracle/README.md index 26e1aca23647b..2cc3c5f3eee6b 100644 --- a/oracle/README.md +++ b/oracle/README.md @@ -184,10 +184,10 @@ instances: # service_name: "" - ## @param user - string - required + ## @param username - string - required ## The username for the user account. # - user: + username: ## @param password - string - required ## The password for the user account. @@ -221,10 +221,10 @@ instances: # service_name: "" - ## @param user - string - required + ## @param username - string - required ## The username for the user account. # - user: + username: ## @param password - string - required ## The password for the user account. @@ -357,7 +357,7 @@ Create a query configuration to help identify database locks: instances: - server: localhost:1521 service_name: orcl11g.us.oracle.com - user: datadog + username: datadog password: xxxxxxx jdbc_driver_path: /u01/app/oracle/product/11.2/dbhome_1/jdbc/lib/ojdbc6.jar tags: diff --git a/supervisord/README.md b/supervisord/README.md index 4fecd85db0579..59694c0032bb9 100644 --- a/supervisord/README.md +++ b/supervisord/README.md @@ -90,7 +90,7 @@ For containerized environments, see the [Autodiscovery Integration Templates][6] | -------------------- | ------------------------------------------------------------------------------------------------------------------ | | `` | `supervisord` | | `` | blank or `{}` | -| `` | `{"name":"", "host":"%%host%%", "port":"9001", "user":"", "pass":""}` | +| `` | `{"name":"", "host":"%%host%%", "port":"9001", "username":"", "password":""}` |