We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd37e66 commit aad43bdCopy full SHA for aad43bd
playbooks/roles/grafana/files/variables.libsonnet
@@ -57,7 +57,7 @@ local var = g.dashboard.variable;
57
hostname:
58
var.query.new('hostname')
59
+ var.query.withDatasourceFromVariable(self.prometheus)
60
- + var.query.queryTypes.withLabelValues('Hostname', 'DCGM_FI_DEV_GPU_UTIL')
+ + var.query.queryTypes.withLabelValues('hostname', 'up')
61
+ var.query.selectionOptions.withMulti()
62
+ var.query.selectionOptions.withIncludeAll()
63
+ var.query.withRefresh(1),
0 commit comments