Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ToOSDMap() overrides to the Stat subclass CounterStat. | Robert Adams | 2013-07-12 | 1 | -0/+21 |
| | | | | | Add a GetStatsAsOSDMap method to StatsManager which allows the filtered fetching of stats for eventual returning over the internets. | ||||
* | Add EventHistogram.GetHistogramAsOSDMap that returns that parameters | Robert Adams | 2013-02-24 | 1 | -211/+228 |
| | | | | about the histogram as well as the values. | ||||
* | Add CounterStat which is a wrapper for a counter stat but, because | Robert Adams | 2013-02-21 | 1 | -0/+211 |
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. |