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:
parent
0f8377e56a
commit
79940f40e7
2 changed files with 85 additions and 0 deletions
core
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue