From 4dd5642878f75cc603e69898de0f1b03e05ebde4 Mon Sep 17 00:00:00 2001 From: Pierre Le Noan <144696725+pierreln-dd@users.noreply.github.com> Date: Fri, 3 Jul 2026 10:00:20 +0200 Subject: [PATCH] [DBM Doc] Update MySQL replication documentation for MariaDB multi-channel support --- content/en/database_monitoring/setup_mysql/selfhosted.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/database_monitoring/setup_mysql/selfhosted.md b/content/en/database_monitoring/setup_mysql/selfhosted.md index 8d6c85b8e2e..df6604fdd9b 100644 --- a/content/en/database_monitoring/setup_mysql/selfhosted.md +++ b/content/en/database_monitoring/setup_mysql/selfhosted.md @@ -90,6 +90,8 @@ GRANT PROCESS ON *.* TO datadog@'%'; GRANT SELECT ON performance_schema.* TO datadog@'%'; ``` +**Note**: For MariaDB, the Agent automatically detects and monitors all replication channels when no specific `replication_channel` is configured. Each channel is tagged with `channel:`. + {{% /tab %}} {{% tab "MySQL 5.6" %}}