Back
Post
What's a Good StatHat Replacement?
https://www.stathat.com seems to have been defunct for a while.
Not looking at very heavy usage, but I had used it for some counters and (usually) ad-hoc/simple analytics
Not looking at very heavy usage, but I had used it for some counters and (usually) ad-hoc/simple analytics
👋 Join WIP to participate
What exactly are you logging that you need to do analytics on?
I use BetterStack (free tier) for logging and you can build dashboards, alerts, charts based on logs. That has been good enough for me.
Some examples I have either used it for previously or would like to in the near future:
more traditional analytics stuff:
I know some or all of the above can be done with analytics systems like Mixpanel, but they'd usually a little heavier for these and demand a little more investment in terms of designing what to log and removing them when I'm done with those stats. Something like StatHat is just easier in some cases.
More counters or logging territory (but without attaching an object to log):
I've used DataDog for this (so I suppose BetterStack and friends too) support this pattern of logging and then configuring a widget to show a summary based on log patterns and extraction from json object in the logs.
systems-like stuff:
I might not use this anymore since I default to Render (and Digital Ocean) now and they cover this. But it might still be useful since I use 2 providers, to have it in the same dashboard.
About BetterStack, can it basically do something like this:
Say I log this output:
Can I configure a widget to display by the pattern "some error at home" and extract and sum the "count" field into an aggregate?
When I look at betterstack.com, the "Compare" list at the bottom are all some form of uptime monitoring or status page (disclaimer: I build a monitoring tool too, but it's not my current active project).
Yeah I'd use an analytics product to track user activations/signups/etc. You can also simply log "User signed up" and use BetterStack to graph the data.
CPU/RAM - you can export these kind of metrics to betterstack. There are integrations for AWS etc
Yes you can configure widgets and charts to display error count and such.
Will check out BetterStack. Thanks.
Just want to report back that I'm happy with BetterStack. Thanks for the rec again!