Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make StatsManager default output a little more readable | Robert Adams | 2013-02-24 | 1 | -1/+1 |
| | |||||
* | Add EventHistogram.GetHistogramAsOSDMap that returns that parameters | Robert Adams | 2013-02-24 | 1 | -211/+228 |
| | | | | about the histogram as well as the values. | ||||
* | Add a virtual ToOSDMap() function to Monitoring.Stat for future | Robert Adams | 2013-02-21 | 1 | -0/+16 |
| | | | | overloading by aggregation statistics and browser based stat viewers. | ||||
* | Add CounterStat which is a wrapper for a counter stat but, because | Robert Adams | 2013-02-21 | 2 | -1/+218 |
| | | | | | | | the 'count' event is internal, historical data can be built it. Also includes EventHistogram class for building time based, bucketed history of event occurances. Make Stat implement IDisposable for subclasses that might need it. | ||||
* | refactor: Move stat classes out of StatManager and into their own files for ↵ | Justin Clark-Casey (justincc) | 2012-11-16 | 2 | -0/+326 |
clarity. |