documentation/mixin: use prometheus metrics for dashboard variables

Signed-off-by: Paweł Krupa (paulfantom) <pawel@krupa.net.pl>
This commit is contained in:
Paweł Krupa (paulfantom) 2022-11-30 14:02:54 +01:00
parent fa6e05903f
commit b6caa6cabf

View file

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