mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 17:26:21 +00:00
fixup! agregar la dimensión al agrupar
This commit is contained in:
parent
604ee233bd
commit
d766ee4eff
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class UriCollectionJob < PeriodicJob
|
|||
# Acumular por mes y año
|
||||
reduce_rollup('host', beginning, :sum, **host_dimensions)
|
||||
|
||||
columns.each_key do |column|
|
||||
columns.each_pair do |column, values|
|
||||
values.each do |value|
|
||||
column_dimensions = { host: host }
|
||||
column_dimensions[column] = value
|
||||
|
|
Loading…
Reference in a new issue