Hacker News new | ask | show | jobs
by smegel 3491 days ago
Hmm didn't know this was written in Go. Seems like Go is doing quite well in this space also with Bosun and Scollector.
1 comments

Go code compiles to compact, statically linked binaries with relatively compact memory usage and reasonably good concurrency support, and an excellent standard library for handling networking - it's a natural fit for monitoring stacks. Even some monitoring systems that aren't Go on the back-end have Go-based collectors.