Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Gauge ¶
Gauge prometheus.gauge(config) return lua (user data, error) config table:
{
namespace="node_scout",
subsystem="nf_conntrack",
name="insert_failed",
help="insert_failed from nf_conntrack",
}
func Preload ¶
Preload adds prometheus to the given Lua state's package.preload table. After it has been preloaded, it can be loaded using require:
local prometheus = require("prometheus")
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.