influxdb: add meta / related_stations count

This commit is contained in:
Birte Kristina Friesel 2023-10-01 10:30:24 +02:00
parent aaeb81a5d2
commit 4a2897c1f8
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA

View file

@ -121,6 +121,14 @@ sub run {
->hash->{count}
)
);
push(
@stations,
query_to_influx(
'meta',
$db->select( 'related_stations', 'count(*) as count' )
->hash->{count}
)
);
push(
@traewelling,