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