SpanEvent

data class SpanEvent(val name: String, val timestamp: Instant, val attributes: Map<String, String>)

Event recorded on a span.

Since

0.4.0

Constructors

Link copied to clipboard
constructor(name: String, timestamp: Instant, attributes: Map<String, String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard