documentation/mixin: use prometheus metrics for dashboard variables

Signed-off-by: Paweł Krupa (paulfantom) <pawel@krupa.net.pl>
pull/11498/head
Paweł Krupa (paulfantom) 2 years ago
parent fa6e05903f
commit b6caa6cabf

@ -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