add mysqld-exporter
parent
185c19b2a2
commit
cb1426a58b
|
@ -29,9 +29,10 @@ spec:
|
||||||
image: prom/mysqld-exporter:v0.15.1
|
image: prom/mysqld-exporter:v0.15.1
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args:
|
args:
|
||||||
- --no-collect.info_schema.innodb_cmp
|
- "--config.my-cnf /etc/my.cnf"
|
||||||
- --no-collect.info_schema.innodb_cmpmem
|
- "--no-collect.info_schema.innodb_cmp"
|
||||||
- --no-collect.global_variables
|
- "--no-collect.info_schema.innodb_cmpmem"
|
||||||
|
- "--no-collect.global_variables"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config-my-cnf
|
- name: config-my-cnf
|
||||||
mountPath: /etc/my.cnf
|
mountPath: /etc/my.cnf
|
||||||
|
|
Loading…
Reference in New Issue