Skip to content

Plugin metrics

Prometheus metrics that expose Lua plugin resource-limit state for operators. For how to act on these metrics, see Tune Lua plugin resource limits; for what the limits defend against, see Plugin security.

MetricLabelsMeaning
holomush_plugin_lua_invocations_totalplugin, handler, outcomeThe denominator for outcome-rate dashboards. outcome takes values success, timeout, registry_full, error.
holomush_plugin_lua_timeouts_totalplugin, handlerCPU-cap violations, attributable by plugin and handler.
holomush_plugin_lua_registry_full_totalplugin, handlerMemory-cap (value-registry) violations.