Merge 0.12->trunk

This commit is contained in:
Kim Alvefur 2024-08-18 17:01:47 +02:00
commit df1e43d1ad

View file

@ -653,6 +653,7 @@ end
function api:metric(type_, name, unit, description, label_keys, conf)
local metric = require "prosody.core.statsmanager".metric;
local is_scoped = self.host ~= "*"
label_keys = label_keys or {};
if is_scoped then
-- prepend `host` label to label keys if this is not a global module
local orig_labels = label_keys