Ask HN: Do you have any technical book recomendations for monitoring apps?
I need to upgrade the logging and monitoring system of my applications and I wander if there is a book that could help me build a solid solution.
My application is .Net and hosted in Azure but any architectural technical book could help me.
9 comments
[ 7.1 ms ] story [ 34.7 ms ] threadWe use ideas like CDC and eventsourcing to make streams of data that we then correlate and visualise.
[1] https://dataintensive.net/
We recently published a buyer's guide - https://www.loggly.com/wp-content/uploads/2019/07/1907_loggl...
You can think of this as a checklist for building your strategy and choosing a vendor.
There's lots of good stuff here as well - https://www.loggly.com/ultimate-guide/ that's not specific to Loggly but contains a ton of information about logging in general.
I have a rails app in production but was able to keep my costs down by filtering out basically everything that wasn't a stack trace.
Site Reliability Engineering is the book you should check out.