ticksuffix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2025-02-12 12:45:52 +01:00
parent 4ec9690981
commit a58f914c40

View File

@ -159,7 +159,7 @@ def ntpserver():
select time_bucket('5 minutes', time) as bucket, select time_bucket('5 minutes', time) as bucket,
device, device,
avg(cast(values->'rootdisp'->>'value' as float)) as rootdisp, 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 from measurements
where time >= date_trunc('day', now()) AND time < date_trunc('day', now()) + '1 day'::interval and where time >= date_trunc('day', now()) AND time < date_trunc('day', now()) + '1 day'::interval and
application = 'TSM' and attributes->>'Label' = 'david' application = 'TSM' and attributes->>'Label' = 'david'
@ -178,7 +178,8 @@ def ntpserver():
# Linke Y-Achse # Linke Y-Achse
yaxis=dict( yaxis=dict(
title='Root Dispersion' title='Root Dispersion',
tick_suffix=' ms'
), ),
# Rechte Y-Achse # Rechte Y-Achse