Ask HN: How do you monitor your infrastructure?
3 コメント
For my projects I almost always use NewRelic (free works fine, unless something gets really wrong and more info is needed). Additionally, I use my own open-source application and write custom setups to collect data of whatever I want ( https://github.com/andriussev/server-seer ); from there on the data can be processed internally or, I tend to use my wrapper for it on https://sysplatter.com.
Obviously, that would not work with log data.
Obviously, that would not work with log data.
I work at a monitoring company (VividCortex) so I mostly use that. I look at CloudWatch for some more AWS-specific things.
If we were running only on AWS stack, Cloudwatch fit our needs, but we have some external dependencies.
I would like to hear, how do you monitor your infrastructure at scale and what tools are you using?