package = "mod_measure_lua" version = "4-1" source = { ["file"] = "prosody-modules-2ac5f459e097.tar.gz"; ["url"] = "https://hg.prosody.im/prosody-modules/archive/2ac5f459e097.tar.gz/mod_measure_lua"; ["dir"] = "Community-Modules-2ac5f459e097/mod_measure_lua"; } build = { ["modules"] = { ["mod_measure_lua"] = "mod_measure_lua.lua"; }; ["type"] = "builtin"; } description = { ["summary"] = "add openmetrics-spirited way to collect lua memory use\n\nIn the spirit of separate collectors found in other Prometheus\npackages, this is a separate module to collect metrics related to\nthe lua stack itself."; ["license"] = "MIT"; ["homepage"] = "https://modules.prosody.im/mod_measure_lua.html"; }