-
Notifications
You must be signed in to change notification settings - Fork 15
Home
compwron edited this page Jan 18, 2024
·
8 revisions
2024Q1
- staging: https://flaredown-staging-webapp-749110b0a96e.herokuapp.com/
- most chatter is in github-owned OSS program slack https://flaredownworkspace.slack.com/archives/C05JHSP2NTC
Previous:
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