Skip to content

Commit aad43bd

Browse files
author
Oracle Public Cloud User
committed
fix source of hostname to include controller node
1 parent dd37e66 commit aad43bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/roles/grafana/files/variables.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ local var = g.dashboard.variable;
5757
hostname:
5858
var.query.new('hostname')
5959
+ var.query.withDatasourceFromVariable(self.prometheus)
60-
+ var.query.queryTypes.withLabelValues('Hostname', 'DCGM_FI_DEV_GPU_UTIL')
60+
+ var.query.queryTypes.withLabelValues('hostname', 'up')
6161
+ var.query.selectionOptions.withMulti()
6262
+ var.query.selectionOptions.withIncludeAll()
6363
+ var.query.withRefresh(1),

0 commit comments

Comments
 (0)