summary refs log tree commit diff
path: root/tests/metrics (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid incrementing bg process utime/stime counters by negative durations (#14...David Robertson2022-10-313-0/+225
* rest of the changesAmber Brown2018-05-212-192/+0
* Escape label values in prometheus metricsErik Johnston2018-05-021-1/+20
* report metrics on number of cache evictionsRichard van der Hoff2018-02-051-0/+12
* Change CacheMetrics to be quickerErik Johnston2016-06-031-13/+10
* Add a test for TreeCache.__contains__Mark Haines2016-02-221-0/+3
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Add an .inc_by() method to CounterMetric; implement DistributionMetric a neat...Paul "LeoNerd" Evans2015-03-121-3/+2
* Rename TimerMetric to DistributionMetric; as it could count more than just timePaul "LeoNerd" Evans2015-03-121-12/+12
* Export CacheMetric as hits+total, rather than hits+misses, as it's easier to ...Paul "LeoNerd" Evans2015-03-121-3/+3
* Prometheus needs "escaped" label valuesPaul "LeoNerd" Evans2015-03-121-27/+27
* Bugfix to rendering output of vectored TimerMetricsPaul "LeoNerd" Evans2015-03-121-4/+4
* Rename Metrics' "keys" to "labels"Paul "LeoNerd" Evans2015-03-121-3/+3
* Initial hack at a TimerMetric; for storing counts + duration accumulatorsPaul "LeoNerd" Evans2015-03-121-1/+35
* Implement vector CallbackMetricsPaul "LeoNerd" Evans2015-03-121-1/+17
* Rename CacheCounterMetric to just CacheMetric; add a CallbackMetric component...Paul "LeoNerd" Evans2015-03-121-9/+15
* Initial attempt at a scalar callback-based metric to give instantaneous snaps...Paul "LeoNerd" Evans2015-03-121-1/+21
* Create the concept of a cachecounter metric; generating two counters specific...Paul "LeoNerd" Evans2015-03-121-1/+26
* Initial tiny attempt at (vectorable) counter metricsPaul "LeoNerd" Evans2015-03-122-0/+61