Monitoring C# applications using Bosun

I recently stumbled across this interesting write-up by Nick Craver about how Stack Overflow do their monitoring. If you have any interest in DevOps or infrastructure in general I highly recommend giving it a read. One section caught my eye… Bosun. Bosun is a data collection tool for metrics and meta data, if you’ve read […]

Metriticity – A .Net metrics gathering Nuget package

When people think of DevOps they frequently miss out or neglect the monitoring of their applications. One of the main goals of DevOps is to react quickly to situations and ensure the best experience for the end user; monitoring enables this and gives us the following advantages Identifies problems in the application. Drives insights into […]