Skip to main content

BufferedEntry

The type for items held in the Monitor’s internal buffer before they are flushed to the Adaline API.

Import

Definition


Fields


Usage

Access the monitor’s buffer property to inspect buffered entries. This is useful for debugging flush behavior or verifying that traces and spans are being queued correctly.

See Also

  • Monitor — manages the buffer and flush lifecycle
  • Trace — buffered as category: 'trace'
  • Span — buffered as category: 'span'