From c4ac532340c6be3aba5323f1cc5ee2278e636f57 Mon Sep 17 00:00:00 2001 From: ycz008 Date: Mon, 15 Apr 2024 11:54:07 +0800 Subject: [PATCH] add mysqld-exporter --- prod-upgrade/prom/mysql-exporter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prod-upgrade/prom/mysql-exporter.yaml b/prod-upgrade/prom/mysql-exporter.yaml index 1e922f3..dff1cda 100644 --- a/prod-upgrade/prom/mysql-exporter.yaml +++ b/prod-upgrade/prom/mysql-exporter.yaml @@ -29,7 +29,7 @@ spec: image: prom/mysqld-exporter:v0.15.1 imagePullPolicy: Always args: - - "--config.my-cnf /etc/my.cnf" + - "--config.my-cnf=/etc/my.cnf" - "--no-collect.info_schema.innodb_cmp" - "--no-collect.info_schema.innodb_cmpmem" - "--no-collect.global_variables"