aboutsummaryrefslogtreecommitdiffstats
path: root/util/statistics.lua
Commit message (Expand)AuthorAgeFilesLines
* util: Prefix module imports with prosody namespaceKim Alvefur2023-03-171-3/+3
* openmetrics/histograms: improve code clarityKim Alvefur2021-12-271-1/+1
* openmetrics/histograms: fix incorrect condition for bucketingJonas Schäfer2021-12-261-1/+1
* Statistics: Rewrite statistics backends to use OpenMetricsJonas Schäfer2021-04-181-153/+173
* util.statistics: Unify API of methods to include a config tableKim Alvefur2019-01-041-14/+23
* util.statistics: Add a total count for rate counters, counting from server st...Emmanuel Gil Peyrot2019-10-101-1/+3
* util.statistics,statsd,throttle,timer: Replace dependency on LuaSockect with ...Kim Alvefur2017-03-201-1/+1
* util.statistics: Collect duration sample even if run fewer times than the sam...Kim Alvefur2015-05-051-2/+2
* util.statistics: Return 0 as percentile if data out of rangeMatthew Wild2015-01-301-1/+1
* statsmanager, util.statistics: API changes, remove debuggingMatthew Wild2015-01-211-24/+53
* util.statistics: New library for gathering various kinds of statisticsMatthew Wild2015-01-201-0/+131