Skip to content

Commit 552dc58

Browse files
authored
fixed typo in label_values for model_name (#1191)
1 parent a1443ef commit 552dc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow-mixin/dashboards/tensorflow-overview.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ local getMatcher(cfg) = '%(tensorflowSelector)s, instance=~"$instance"' % cfg;
709709
template.new(
710710
'model_name',
711711
promDatasource,
712-
'label_values(:tensorflow:serving:request_count{%(tensorflowSelector)s}}, model_name)' % $._config,
712+
'label_values(:tensorflow:serving:request_count{%(tensorflowSelector)s}, model_name)' % $._config,
713713
label='Model name',
714714
refresh='time',
715715
includeAll=true,

0 commit comments

Comments
 (0)