mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 18:45:36 +01:00
Merge branch 'dev' into jajaja
# Conflicts: # pnpm-lock.yaml # src/queries/sql/getWebsiteStats.ts # src/queries/sql/pageviews/getPageviewMetrics.ts # src/queries/sql/sessions/getWebsiteSessionStats.ts # src/queries/sql/sessions/getWebsiteSessions.ts # src/queries/sql/sessions/getWebsiteSessionsWeekly.ts
This commit is contained in:
commit
2f7f8911cd
7 changed files with 96 additions and 25 deletions
|
|
@ -113,7 +113,8 @@ async function clickhouseQuery(
|
|||
sum(views) c,
|
||||
min(min_time) min_time,
|
||||
max(max_time) max_time
|
||||
from umami.website_event_stats_hourly "website_event"
|
||||
from website_event_stats_hourly "website_event"
|
||||
${cohortQuery}
|
||||
where website_id = {websiteId:UUID}
|
||||
and created_at between {startDate:DateTime64} and {endDate:DateTime64}
|
||||
and event_type = {eventType:UInt32}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue