Hey Guys,
What’s the alternative to StatsD?
I saw that it can be used to record statistics, like channel join or whatever comes to mind. However, since it’s written in Nodejs, I don’t want to use it.
I thought adding PromEx would be enough, but I don’t know how to modify it, to record our custom stuffs.
Like how do increment a count, showing how many users are currently connected live in a dashboard?
Also how to do product metrics, like how many joined, new sign ups, etc?