Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make StatsManager default output a little more readable | Robert Adams | 2013-02-24 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -1/+7 |
| | | | | | | | 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 | 1 | -0/+238 |
clarity. |