Hello all, im getting tm.stats thru rpc
{ "jsonrpc": "2.0", "result": { "current": 594, "waiting": 585, "total": 3135603, "total_local": 0, "rpl_received": 0, "rpl_generated": 6271197, "rpl_sent": 6271197, "6xx": 0, "5xx": 1, "4xx": 0, "3xx": 3135593, "2xx": 0, "created": 3135603, "freed": 3135009, "delayed_free": 0 }, "id": 1121 }
is there a way to include this stats in xhttp_prom?
Thanks, regards