We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec29a5 commit 80a4c64Copy full SHA for 80a4c64
1 file changed
addons/prometheus/2/chart/prometheus/templates/_scrape_config.tpl
@@ -282,20 +282,4 @@ relabel_configs:
282
target_label: node
283
{{- end -}}
284
285
-{{- define "addons.mysql-metrics" -}}
286
-honor_labels: true
287
-kubernetes_sd_configs:
288
- - role: endpoints
289
- namespaces:
290
- own_namespace: true
291
- names:
292
- - {{ include "common.names.namespace" .context }}
293
-params:
294
- collect[]:
295
- - informationSchema.processlist
296
- - performanceSchema.replication_group_members
297
- - performanceSchema.replication_group_member_stats
298
- - performanceSchema.replication_applier_status_by_worker
299
- - auto_increment.columns
300
- - binlog_size
301
0 commit comments