mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 19:26:21 +00:00
fixup! recolectar información acumulándola
This commit is contained in:
parent
957c810aea
commit
23260791e4
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ class UriCollectionJob < PeriodicJob
|
|||
new_name: 'host',
|
||||
interval_previous: starting_interval,
|
||||
interval: starting_interval,
|
||||
dimensions: dimensions)
|
||||
dimensions: dimensions,
|
||||
beginning: beginning)
|
||||
|
||||
# Acumular por mes y año
|
||||
reduce_rollup('host', beginning, **dimensions)
|
||||
|
|
Loading…
Reference in a new issue