Merge pull request #11498 from paulfantom/selector

documentation/mixin: use prometheus metrics for dashboard variables
This commit is contained in:
Julien Pivotto 2023-07-11 13:36:00 +02:00 committed by GitHub
commit 95606830fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,