aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/statsmanager.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/statsmanager.lua b/core/statsmanager.lua
index d103c6a7..9572f68d 100644
--- a/core/statsmanager.lua
+++ b/core/statsmanager.lua
@@ -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