Skip to content

Commit 28b2dbc

Browse files
memory: add legend to total graph
1 parent 59ab239 commit 28b2dbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dashboard/panels/runtime.libsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ local variable = import 'dashboard/variable.libsonnet';
100100
aggregate_expr(cfg, 'tnt_memory_virt'),
101101
]
102102
),
103+
legendFormat='{{alias}}',
103104
)
104105
else if cfg.type == variable.datasource_type.influxdb then
105106
influxdb.target()

0 commit comments

Comments
 (0)