Sign in
gerrit
/
gerrit-monitoring
/
672cc245707f4e1b5480eacfe1df8d3c5879a639
/
.
/
dashboards
/
globals
/
yaxis.libsonnet
blob: dca8c63bbcb9b352fe02b12d3702418fc849fca4 [
file
] [
log
] [
blame
]
{
new
(
show
=
true
,
format
=
'short'
,
label
=
''
,
logBase
=
1
,)::
{
format
:
format
,
label
:
label
,
logBase
:
logBase
,
},
latency
:
self
.
new
(
label
=
'Latency'
,
format
=
's'
,
logBase
=
10
,
),
cache_misses
:
self
.
new
(
label
=
'Cache Misses'
,
format
=
'percent'
,
),
}