mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 21:56: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',
|
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)
|
||||||
|
|
Loading…
Reference in a new issue