Skip to content
Snippets Groups Projects
Unverified Commit 4a2897c1 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

influxdb: add meta / related_stations count

parent aaeb81a5
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment