-
Notifications
You must be signed in to change notification settings - Fork 16
Home
compwron edited this page May 24, 2023
·
8 revisions
New accounts created in the last month: https://data.heroku.com/dataclips/rkziqoqfowqlcggqjpooyfvozzva
select count(*) from public.users where created_at > 'now'::timestamp - '1 month'::interval;
Logins in the last month: https://data.heroku.com/dataclips/zlfykfedmvadblpqgfdbugiccryy
select count(*) from public.users where Current_sign_in_at > 'now'::timestamp - '1 month'::interval;
We use to have more metrics on https://heapanalytics.com but it seems to have disabled the free tier for us - ask @compwron or @lmerriam for info