fix event metrics

This commit is contained in:
Francis Cao 2022-08-09 00:43:47 -07:00
parent 55ba7d95ab
commit 085b6b4071
2 changed files with 1 additions and 3 deletions

View file

@ -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