ticksuffix
This commit is contained in:
parent
4ec9690981
commit
a58f914c40
@ -159,7 +159,7 @@ def ntpserver():
|
||||
select time_bucket('5 minutes', time) as bucket,
|
||||
device,
|
||||
avg(cast(values->'rootdisp'->>'value' as float)) as rootdisp,
|
||||
avg(cast(values->'stratum'->>'value' as int)) as stratum
|
||||
max(cast(values->'stratum'->>'value' as int)) as stratum
|
||||
from measurements
|
||||
where time >= date_trunc('day', now()) AND time < date_trunc('day', now()) + '1 day'::interval and
|
||||
application = 'TSM' and attributes->>'Label' = 'david'
|
||||
@ -178,7 +178,8 @@ def ntpserver():
|
||||
|
||||
# Linke Y-Achse
|
||||
yaxis=dict(
|
||||
title='Root Dispersion'
|
||||
title='Root Dispersion',
|
||||
tick_suffix=' ms'
|
||||
),
|
||||
|
||||
# Rechte Y-Achse
|
||||
|
Loading…
x
Reference in New Issue
Block a user