Discussion
patrick crosby
@patrickxb · Founder, StatHat
I'm the founder of StatHat. Let me know if you have any questions about the product.
We have a big new feature launching this week. I'll add a comment here when it is deployed.
upvotesharetweet・
JP Patil
@jpatil · Product @ Grand Rounds
Hey @patrickxb looks pretty cool. Since it says custom stats, that means you can create your own right? The webpage shows all devops type stats, is there a limitation in what can be created?
patrick crosby
@patrickxb · Founder, StatHat
@jpatil You can create any kind of stat you want: user created, number of paid users, number of messages sent from females to males, api calls, load averages, page views, number of seconds iPhone app was active, etc. Any number or event in your application/system.
It is all custom stats, there are no default stats.
Frank Fumarola
@ffumarola · Product at Pinterest, Formerly Facebook
@patrickxb I am passing some information on from one of our developers.
"It looks like they are just a wrapper around statsD with some nice charting. Their Python lib has some issues, IMO, and their instructions are incorrect.
They say to do:
from stathat import StatHat
stathat.ez_post_count('test@test.com', 'My awesome stat', 1)
but you actually need to … See more