
lokad-monitoring
Monitoring your apps from a Windows Azure client
Monitoring goes beyond checking for OS uptime. You need to make sure that your apps are ready to do what users expect from them. The Really Simple Monitoring
is both a methodology (domain-driven monitoring) to strengthen complex apps and an XML format used to expose the internal state of your apps.
Lokad.Monitoring is a web client designed for Windows Azure that consumes RSM endpoints exposed by 3rd party apps, and produces web reports out of the collected information.
News
May 10th, released a functional alpha version
Documentation
- Introduction
- Really Simple Monitoring Format v0.1
- RSM helper classes for C#/.NET
- Sample REST handler for ASP.NET Forms
Really Simple Monitoring (RSM v0.1)
In order to make your app monitoring aware, you just need to expose an XML endpoint. The Really Simple Monitoring
format goes as follow:
``` 1225c695-cfb8-4ebb-aaaa-80da344efa6a 2010-05-02T18:30:02Z DatabaseNotReachable Can't connect to database. fault database network http://example.lokad.com/database/errors ...
/forecast-flow/count 2010-05-01T03:24:18Z 2010-05-02T18:30:02Z 1225c695-cfb8-4ebb-aaaa-80da344efa6a 1223 forecastflow http://example.lokad.com/forecast-flow/count ... ```
Screenshots
Project Information
- License: New BSD License
- 3 stars
- hg-based source control