File tree Expand file tree Collapse file tree
addons/mysql-cluster/8.0/chart/mysql-cluster Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1112,6 +1112,9 @@ metrics:
11121112 - --collect.perf_schema.replication_group_members
11131113 - --collect.perf_schema.replication_group_member_stats
11141114 - --collect.perf_schema.replication_applier_status_by_worker
1115+ - --collect.auto_increment.columns
1116+ - --collect.binlog_size
1117+ - --collect.engine_innodb_status
11151118 secondary : []
11161119 # # Mysqld Prometheus exporter resource requests and limits
11171120 # # ref: https://kubernetes.io/docs/user-guide/compute-resources/
@@ -1158,7 +1161,7 @@ metrics:
11581161 # # @param metrics.livenessProbe.successThreshold Success threshold for livenessProbe
11591162 # #
11601163 livenessProbe :
1161- enabled : true
1164+ enabled : false
11621165 initialDelaySeconds : 120
11631166 periodSeconds : 10
11641167 timeoutSeconds : 10
@@ -1174,7 +1177,7 @@ metrics:
11741177 # # @param metrics.readinessProbe.successThreshold Success threshold for readinessProbe
11751178 # #
11761179 readinessProbe :
1177- enabled : true
1180+ enabled : false
11781181 initialDelaySeconds : 30
11791182 periodSeconds : 10
11801183 timeoutSeconds : 10
You can’t perform that action at this time.
0 commit comments