mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
fix event metrics
This commit is contained in:
parent
55ba7d95ab
commit
085b6b4071
2 changed files with 1 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ async function clickhouseQuery(
|
|||
return rawQueryClickhouse(
|
||||
`
|
||||
select
|
||||
event_value x,
|
||||
event_name x,
|
||||
${getDateQueryClickhouse('created_at', unit, timezone)} t,
|
||||
count(*) y
|
||||
from event
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue