Skip to content

Commit

Permalink
[mq] working branch - merge 45a7cb0 on top of master at c37a6aa
Browse files Browse the repository at this point in the history
{"baseBranch":"master","baseCommit":"c37a6aa1ed3fade4b974be442a96845c0cff0b31","createdAt":"2024-10-28T16:44:11.990868Z","headSha":"45a7cb0650ef5bc0c8ac4468c5d81608cddde7b5","id":"03a291dc-ab06-4c25-8fb0-f711dd291e3d","priority":"200","pullRequestNumber":"25799","queuedAt":"2024-10-28T16:44:11.978957Z","status":"STATUS_QUEUED"}
  • Loading branch information
dd-mergequeue[bot] authored Oct 28, 2024
2 parents ee4d912 + 45a7cb0 commit b8a70f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions content/en/database_monitoring/setup_sql_server/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ Complete the following steps to install the [Datadog Cluster Agent][1] on your K
username: datadog
password: 'ENC[datadog_user_database_password]'
connector: 'odbc'
driver: 'ODBC Driver 18 for SQL Server'
driver: '{ODBC Driver 18 for SQL Server}'
include_ao_metrics: true # Optional: For AlwaysOn users
tags: # Optional
- 'service:<CUSTOM_SERVICE>'
Expand Down Expand Up @@ -356,7 +356,7 @@ instances:
username: datadog
password: 'ENC[datadog_user_database_password]'
connector: "odbc"
driver: "ODBC Driver 18 for SQL Server"
driver: '{ODBC Driver 18 for SQL Server}'
tags: # Optional
- 'service:<CUSTOM_SERVICE>'
- 'env:<CUSTOM_ENV>'
Expand Down
4 changes: 2 additions & 2 deletions content/en/database_monitoring/setup_sql_server/gcsql.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Complete the following steps to install the [Datadog Cluster Agent][1] on your K
username: datadog
password: 'ENC[datadog_user_database_password]'
connector: 'odbc'
driver: 'ODBC Driver 18 for SQL Server'
driver: '{ODBC Driver 18 for SQL Server}'
tags: # Optional
- 'service:<CUSTOM_SERVICE>'
- 'env:<CUSTOM_ENV>'
Expand Down Expand Up @@ -283,7 +283,7 @@ instances:
username: datadog
password: 'ENC[datadog_user_database_password]'
connector: "odbc"
driver: "ODBC Driver 18 for SQL Server"
driver: '{ODBC Driver 18 for SQL Server}'
tags: # Optional
- 'service:<CUSTOM_SERVICE>'
- 'env:<CUSTOM_ENV>'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ To connect SQL Server (either hosted on Linux or Windows) to a Linux host:
# enable the odbc connector
connector: odbc
# enable the ODBC driver
driver: ODBC Driver 13 for SQL Server
driver: '{ODBC Driver 13 for SQL Server}'
username: <USERNAME>
password: <PASSWORD>
```
Expand Down

0 comments on commit b8a70f1

Please sign in to comment.