Unverified Commit 4a2897c1 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

influxdb: add meta / related_stations count

parent aaeb81a5
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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,