Fix yAxis label of gc-time panel
Change-Id: Ib330398a5a9034ed34a07df50930aab2202b27d5
This commit is contained in:
parent
7d9aff0488
commit
c6a7a985cd
|
@ -7,7 +7,7 @@ local yAxis = import '../../../globals/yaxis.libsonnet';
|
|||
barGraph.new(
|
||||
title='Java - % of time spent in GC',
|
||||
yAxis1=yAxis.new(
|
||||
label='Open File Descriptors',
|
||||
label='% of time spent in GC',
|
||||
format='percentunit',
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue