Skip to content

Commit ded8c0d

Browse files
authored
Reenable HA (#20226)
* Reenable HA * Changelog * Remove unncessary changelog
1 parent 42adeaa commit ded8c0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql/datadog_checks/mysql/mysql.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ class MySql(AgentCheck):
104104
REPLICA_SERVICE_CHECK_NAME = 'mysql.replication.replica_running'
105105
GROUP_REPLICATION_SERVICE_CHECK_NAME = 'mysql.replication.group.status'
106106
DEFAULT_MAX_CUSTOM_QUERIES = 20
107+
HA_SUPPORTED = True
107108

108109
def __init__(self, name, init_config, instances):
109110
super(MySql, self).__init__(name, init_config, instances)

0 commit comments

Comments
 (0)