pub fn record_jvm_gc(
kind: &'static str,
pause: Duration,
heap_after_mb: Option<u64>,
)Expand description
Pause and retained heap reported by the engine JVM’s own GC log. The fleet ships no logs, so without this a stalled JVM is invisible from off-box.