Sign in
gerrit
/
gerrit-monitoring
/
73d43262069c1649d660c06dff644f10ad3a41d7
/
.
/
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'
,
),
}