Add MariaDB setup docs for Database Monitoring - #39723
Conversation
Adds dedicated Database Monitoring setup documentation for MariaDB (self-hosted and RDS), advanced configuration, and troubleshooting pages, plus the corresponding navigation menu entries and setup partial. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This comment has been minimized.
This comment has been minimized.
2e9d05a to
654c80c
Compare
There was a problem hiding this comment.
The new RDS page sends the benchmark link to MariaDB performance schema documentation. The menu weight change also moves Terraform before ClickHouse.
🤖 Datadog Autotest · Commit 654c80c · What is Autotest? · @DataDog review to ask questions · Any feedback? Reach out in #autotest
| | `performance_schema_max_digest_length` | `4096` | Must match `max_digest_length`. | | ||
| | `performance_schema_max_sql_text_length` | `4096` | Must match `max_digest_length`. | | ||
|
|
||
| [1]: https://mariadb.com/kb/en/performance-schema-overview/ |
There was a problem hiding this comment.
Use a unique label for the benchmark link
Readers cannot open the benchmark data that supports the performance claim.
Assertion details
- Input: Open the “see benchmarks” link on the MariaDB RDS setup page.
- Expected:
The link opens the Agent integration overhead benchmarks. - Actual:
The duplicate [1] label sends the link to the MariaDB performance schema page.
Was this helpful? React 👍 or 👎
🤖 Datadog Autotest · What is Autotest? · @DataDog review to ask questions · Any feedback? Reach out in #autotest · Open Bits AI session
| parent: dbm | ||
| identifier: dbm_setup_clickhouse | ||
| weight: 9 | ||
| weight: 10 |
There was a problem hiding this comment.
Keep the ClickHouse menu order
The change moves an unrelated menu entry and changes the existing navigation order.
Assertion details
- Input: Render the Database Monitoring menu after this change.
- Expected:
ClickHouse stays before Terraform, as it was before this change. - Actual:
ClickHouse and Terraform both have weight 10. Hugo sorts Terraform before ClickHouse when weights are equal.
Was this helpful? React 👍 or 👎
🤖 Datadog Autotest · What is Autotest? · @DataDog review to ask questions · Any feedback? Reach out in #autotest · Open Bits AI session
|
Opened DOCS-15620 to assign a Docs writer and follow up with editorial review. |
What does this PR do? What is the motivation?
Adds dedicated Database Monitoring setup documentation for MariaDB: self-hosted and RDS setup pages, advanced configuration, and troubleshooting, plus the corresponding navigation menu entries and setup partial.
Staging preview (available after the
build_previewcheck completes):Merge instructions
Merge readiness:
Additional notes