Browse Source

Merge pull request #11498 from paulfantom/selector

documentation/mixin: use prometheus metrics for dashboard variables
pull/12546/head
Julien Pivotto 1 year ago committed by GitHub
parent
commit
95606830fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      documentation/prometheus-mixin/dashboards.libsonnet

2
documentation/prometheus-mixin/dashboards.libsonnet

@ -314,7 +314,7 @@ local template = grafana.template;
template.new(
'cluster',
'$datasource',
'label_values(kube_pod_container_info{image=~".*prometheus.*"}, cluster)' % $._config,
'label_values(prometheus_build_info, cluster)' % $._config,
refresh='time',
current={
selected: true,

Loading…
Cancel
Save