Skip to content

Commit 21b527f

Browse files
authored
Update recommended maximum database instances (#30641)
* Update recommended maximum database instances * Update recommended maximum database instances * Clarify database recommendation * Update * Clean
1 parent 346fafd commit 21b527f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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-
An agent with 4 CPUs and 16GB of RAM can monitor up to 30 databases with the same resources each.
3+
4+
<div class="alert alert-info">Datadog recommends using one Agent to monitor no more than 30 database instances.<br /><br />Benchmarks show that one Agent running on a t4g.medium EC2 instance (2 CPUs and 4GB of RAM) can successfully monitor 30 RDS db.t3.medium instances (2 CPUs and 4GB of RAM).</div>
45

56
```yaml
67
init_config:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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-
An agent with 4 CPUs and 16GB of RAM can monitor up to 30 databases with the same resources each.
3+
4+
<div class="alert alert-info">Datadog recommends using one Agent to monitor no more than 30 database instances.<br /><br />Benchmarks show that one Agent running on a t4g.medium EC2 instance (2 CPUs and 4GB of RAM) can successfully monitor 30 RDS db.t3.medium instances (2 CPUs and 4GB of RAM).</div>
5+
46
```yaml
57
init_config:
68
instances:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ 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-
An agent with 4 CPUs and 16GB of RAM can monitor up to 30 databases with the same resources each.
124+
125+
<div class="alert alert-info">Datadog recommends using one Agent to monitor no more than 30 database instances.<br /><br />Benchmarks show that one Agent running on a t4g.medium EC2 instance (2 CPUs and 4GB of RAM) can successfully monitor 30 RDS db.t3.medium instances (2 CPUs and 4GB of RAM).</div>
126+
125127
```yaml
126128
init_config:
127129
instances:

0 commit comments

Comments
 (0)