BufferUsageParameter

@Serializable
data class BufferUsageParameter(val percentFull: Double? = null, val eventCount: Double? = null, val value: Double? = null)

Constructors

Link copied to clipboard
constructor(percentFull: Double? = null, eventCount: Double? = null, value: Double? = null)

Properties

Link copied to clipboard
val eventCount: Double? = null

An approximate number of events in the trace log.

Link copied to clipboard
val percentFull: Double? = null

A number in range 0..1 that indicates the used size of event buffer as a fraction of its total size.

Link copied to clipboard
val value: Double? = null

A number in range 0..1 that indicates the used size of event buffer as a fraction of its total size.