diff --git a/integrations/consul/proxysql-consul.py b/integrations/consul/proxysql-consul.py index 45008813e..1406d7154 100755 --- a/integrations/consul/proxysql-consul.py +++ b/integrations/consul/proxysql-consul.py @@ -15,7 +15,7 @@ CFG_CONSUL_PORT = 'consul_port' # Proxysql config types to Consul key mapping TYPE_TO_KEY = { - 'mysql_servers': 'mysql_servers' + 'mysql_servers': 'proxysql/mysql_servers' } config = {}