DataCollected

@Serializable
data class DataCollected(val value: List<JsonObject>) : TracingEvent(source)

Contains a bucket of collected trace events. When tracing is stopped collected events will be sent as a sequence of dataCollected events followed by tracingComplete event.

Official doc

Constructors

Link copied to clipboard
constructor(value: List<JsonObject>)

Properties

Link copied to clipboard
val value: List<JsonObject>