5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-08 06:36:57 +00:00

Merge branch 'blazer' into panel.sutty.nl

This commit is contained in:
f 2022-04-29 15:29:55 -03:00
commit 2f72cfc50b

View file

@ -52,7 +52,8 @@ class UriCollectionJob < PeriodicJob
new_name: 'host', new_name: 'host',
interval_previous: starting_interval, interval_previous: starting_interval,
interval: starting_interval, interval: starting_interval,
dimensions: dimensions) dimensions: dimensions,
beginning: beginning)
# Acumular por mes y año # Acumular por mes y año
reduce_rollup('host', beginning, **dimensions) reduce_rollup('host', beginning, **dimensions)