TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Graphing unleashed. Can statsd be trusted?

1 pointsby djinnalmost 14 years ago
Real-time statistics is a big yes. We write web-apps and knowing the delay caused by on the fly image resize will impact usability or not is important. We started exploring statsd for this purpose. To know what works well in the application and what does not. An automatic referendum of sorts where users by pointing there browsers cast their vote about good, bad and ugly parts. Statsd works well, I feel, in a trusted environment. Where developer using statsd to log counter is sitting next to admin managing graphite. But what happens when developer is not trusted, statsd fails miserably. It has does not enough validations on received data. So many things can go wrong. At best developer is not able to log, at worse, he crashes the whole statsd server. What are the alternatives in such a situation? Hacker news readers, please help.

no comments

no comments