1
0
Fork 0
mirror of https://github.com/bjc/prosody.git synced 2025-04-06 06:37:37 +03:00

statsmanager, util.statsd: Add built-in statsd provider

This commit is contained in:
Matthew Wild 2016-07-27 14:06:10 +01:00
parent 0f8377e56a
commit 79940f40e7
2 changed files with 85 additions and 0 deletions

View file

@ -15,6 +15,7 @@ local stats_provider = stats_provider_config or "internal";
local builtin_providers = {
internal = "util.statistics";
statsd = "util.statsd";
};
if stats_provider:match("^library:") then