Updated at July 17, 2026 02:08 PM
metrics.plugins.json
Export metrics in the JSON format.
Returns
a string containing metrics in the JSON format
Return type
string
Example
local json_plugin = require('metrics.plugins.json')local json_metrics = json_plugin.export()
Example on GitHub: metrics_plugins