jonsequitur / Its.Log

Get information out of your code at runtime to send it to log files, perf counters, consoles, services, sensors. Maximum flexibility and maintainability, minimum code.
Other
13 stars 10 forks source link

Telemetry based assertions for Monitoring #33

Closed PhillipPruett closed 8 years ago

PhillipPruett commented 8 years ago

Many monitors that i have seen get written return a pass or fail at the right times, however when they fail they usually dont have the pertinent results in the response. this is a change to make it easy to both assert on telemetry results but to also make the exceptions thrown and parsed by Monitoring more meaningful.