Skip to content

Update recommended maximum database instances #30452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sethsamuel
Copy link
Contributor

@sethsamuel sethsamuel commented Jul 14, 2025

What does this PR do? What is the motivation?

Updates the recommended number of database instances per agent in accordance with most recent testing.

Merge instructions

Merge readiness:

  • Ready for merge

For Datadog employees:

Your branch name MUST follow the <name>/<description> convention and include the forward slash (/). Without this format, your pull request will not pass CI, the GitLab pipeline will not run, and you won't get a branch preview. Getting a branch preview makes it easier for us to check any issues with your PR, such as broken links.

If your branch doesn't follow this format, rename it or create a new branch and PR.

[6/5/2025] Merge queue has been disabled on the documentation repo. If you have write access to the repo, the PR has been reviewed by a Documentation team member, and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #documentation channel in Slack.

Additional notes

@github-actions github-actions bot added the Architecture Everything related to the Doc backend label Jul 14, 2025
Copy link
Contributor

github-actions bot commented Jul 14, 2025

✅ Documentation Team Review

The documentation team has approved this pull request. Thank you for your contribution!

@sethsamuel sethsamuel marked this pull request as ready for review July 14, 2025 20:32
@sethsamuel sethsamuel requested a review from a team as a code owner July 14, 2025 20:32
@rtrieu rtrieu self-assigned this Jul 14, 2025
Copy link
Contributor

@rtrieu rtrieu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor suggestion, but otherwise looks good!

@@ -1,6 +1,6 @@
### One agent connecting to multiple hosts
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.
In these cases, Datadog recommends limiting the number of instances per Agent to a maximum of 10 database instances to guarantee reliable performance.
An agent with 4 CPUs and 16GB of RAM can monitor up to 30 databases with the same resources each.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
An agent with 4 CPUs and 16GB of RAM can monitor up to 30 databases with the same resources each.
For example, an Agent running on a host with 4 CPU cores and 16 GB of RAM can usually monitor up to 30 databases.

@@ -1,6 +1,6 @@
### One agent connecting to multiple hosts
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.
In these cases, Datadog recommends limiting the number of instances per Agent to a maximum of 10 database instances to guarantee reliable performance.
An agent with 4 CPUs and 16GB of RAM can monitor up to 30 databases with the same resources each.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
An agent with 4 CPUs and 16GB of RAM can monitor up to 30 databases with the same resources each.
For example, an Agent running on a host with 4 CPU cores and 16 GB of RAM can usually monitor up to 30 databases.

@@ -121,7 +121,7 @@ instances:

### One Agent connecting to multiple hosts
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.
In these cases, Datadog recommends limiting the number of instances per Agent to a maximum of 10 database instances to guarantee reliable performance.
An agent with 4 CPUs and 16GB of RAM can monitor up to 30 databases with the same resources each.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
An agent with 4 CPUs and 16GB of RAM can monitor up to 30 databases with the same resources each.
For example, an Agent running on a host with 4 CPU cores and 16 GB of RAM can usually monitor up to 30 databases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Architecture Everything related to the Doc backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants