5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-02 16:06:07 +00:00
This commit is contained in:
f 2022-04-30 16:38:32 -03:00
parent 756fb8f1cb
commit d181c179ff

View file

@ -69,6 +69,8 @@ class StatsController < ApplicationController
return unless stale? [last_stat, hostnames, interval, normalized_urls, period]
options = { host: hostnames, uri: normalized_paths }
# XXX: where_dimensions es más corto pero no aprovecha los índices
# de Rollup
stats = rollup_scope.where_dimensions(**options).multi_series('host|uri', interval: interval).tap do |series|
series.each do |serie|
serie[:name] = serie[:dimensions].slice('host', 'uri').values.join.sub('/index.html', '/')