Logger Stats

Returns runtime logger stats.

 1{
 2  "total_bytes_sent": 0,
 3  "total_bytes_received": 0,
 4  "total_bytes_filtered": 0,
 5  "last_regexps": [],
 6  "concurrent_filters": 0,
 7  "concurrent_ingests": 0,
 8  "total_filters": 0,
 9  "total_ingests": 0,
10  "block": {}
11}

Comments

Leave a comment