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 configurable duration measurements times for meter metric #74

Open orenht opened 7 years ago

orenht commented 7 years ago

Hi,

I need to measure the rate of events for a long duration, such as a day or a week. Right now, the meter only shows recent measurements (1,5, and 15 minutes).

I suggest to add an option to be able to determine these durations programmatically. I am willing to make a pull request if you think this change is good.