Recognos / Metrics.NET

The Metrics.NET library provides a way of instrumenting applications with custom metrics (timers, histograms, counters etc) that can be reported in various ways and can provide insights on what is happening inside a running application.
Apache License 2.0
640 stars 110 forks source link

Add tags to health checks #68

Open orenht opened 7 years ago

orenht commented 7 years ago

I would like to tag my health checks in order to divide them by subject, both for viewing and making a custom http report that reports only certain tags.

I assume this would involve changing the classes related to the health checks, and also all of the reporters... Maybe the default should remain as it is now, and an API will expose an option to report the tags too.

What do you say?

orenht commented 7 years ago

Hey, I created a pull request to solve this issue. Tell me what you think :smile:

Pull request #70