consume_buffer_total_bytes

Function consume_buffer_total_bytes 

Source
pub fn consume_buffer_total_bytes() -> Gauge
Expand description

Total number of bytes allocated across all ConsumeBuffer objects. We’re not able to track this with better granularity because the ConsumeBuffers may be resized, and they don’t know their pools.