Skip to content

Commit f40c225

Browse files
authored
Update recommended maximum database instances (#30452)
1 parent c13c6b5 commit f40c225

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

layouts/shortcodes/dbm-mysql-agent-config-examples.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### One agent connecting to multiple hosts
22
It is common to configure a single Agent host to connect to multiple remote database instances (see [Agent installation architectures](/database_monitoring/architecture/) for DBM). To connect to multiple hosts, create an entry for each host in the MySQL integration config.
3-
In these cases, Datadog recommends limiting the number of instances per Agent to a maximum of 10 database instances to guarantee reliable performance.
3+
An agent with 4 CPUs and 16GB of RAM can monitor up to 30 databases with the same resources each.
44

55
```yaml
66
init_config:

layouts/shortcodes/dbm-postgres-agent-config-examples.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### One agent connecting to multiple hosts
22
It is common to configure a single Agent host to connect to multiple remote database instances (see [Agent installation architectures](/database_monitoring/architecture/) for DBM). To connect to multiple hosts, create an entry for each host in the Postgres integration config.
3-
In these cases, Datadog recommends limiting the number of instances per Agent to a maximum of 10 database instances to guarantee reliable performance.
3+
An agent with 4 CPUs and 16GB of RAM can monitor up to 30 databases with the same resources each.
44
```yaml
55
init_config:
66
instances:

layouts/shortcodes/dbm-sqlserver-agent-config-examples.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ instances:
121121
122122
### One Agent connecting to multiple hosts
123123
It is common to configure a single Agent host to connect to multiple remote database instances (see [Agent installation architectures][1006] for DBM). To connect to multiple hosts, create an entry for each host in the SQL Server integration config.
124-
In these cases, Datadog recommends limiting the number of instances per Agent to a maximum of 10 database instances to guarantee reliable performance.
124+
An agent with 4 CPUs and 16GB of RAM can monitor up to 30 databases with the same resources each.
125125
```yaml
126126
init_config:
127127
instances:
@@ -218,4 +218,4 @@ instances:
218218
```
219219

220220
[1005]: https://github.com/DataDog/integrations-core/blob/master/sqlserver/datadog_checks/sqlserver/data/conf.yaml.example
221-
[1006]: /database_monitoring/architecture/
221+
[1006]: /database_monitoring/architecture/

0 commit comments

Comments
 (0)