log core/statsmanager.lua @ 11309:b59aed75dc5e

age author description
Fri, 04 Jan 2019 07:00:44 +0100 Kim Alvefur core.statsmanager: Allow passing a config table trough measure
Mon, 23 Dec 2019 21:27:34 +0100 Kim Alvefur core.statsmanager: Ignore unused variable [luacheck]
Tue, 22 Jan 2019 09:21:23 +0100 Kim Alvefur core.statsmanager: Do a final collection on shutdown
Mon, 12 Sep 2016 16:08:34 +0200 Kim Alvefur core.statsmanager: Use correct variable for config validation [luacheck]
Fri, 29 Jul 2016 13:20:02 +0100 Matthew Wild statsmanager: Refactor to simplify logic. Notably renames 'statistics_provider' to 'statistics', and external libs now just begin with ':'
Wed, 27 Jul 2016 15:01:28 +0100 Matthew Wild statsmanager: If provider doesn't offer a get_stats method, still fire the stats-update event if stats_interval is specified (however stats-updated will not fire)
Wed, 27 Jul 2016 14:06:10 +0100 Matthew Wild statsmanager, util.statsd: Add built-in statsd provider