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
639 stars 110 forks source link

Add support for 'clean' reporting stop #75

Open andreminelli opened 7 years ago

andreminelli commented 7 years ago

It will be very handy (when an application is shutting down) to provide a way to cleanly stop reporting so that all reporters could have a chance to flush latest metrics data.

Is there any workaround available at the current version?