health

val health: StateFlow<CaptureHealth>

Out-of-band health for the capture edge — see CaptureHealth.

The queue between the application's logging call and the export drain is bounded, so an app that logs faster than the exporter drains loses the oldest events rather than growing the host's heap without limit (#2124). Read CaptureHealth.droppedEvents for a point-in-time answer to "am I losing log lines?", or collect the flow to alarm on it climbing. Read alongside WarpLogRecordExporter.health: drops climbing while the exporter is healthy means the export path works and is simply too slow for this log volume.