-
public final class EmbraceSpanEventRepresents an Event in an EmbraceSpan
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEmbraceSpanEvent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final LongtimestampNanosprivate final Map<String, String>attributes
-
Method Summary
Modifier and Type Method Description final StringgetName()The name of the event final LonggetTimestampNanos()The timestamp of the event in nanoseconds final Map<String, String>getAttributes()The attributes of this event -
-
Method Detail
-
getTimestampNanos
final Long getTimestampNanos()
The timestamp of the event in nanoseconds
-
getAttributes
final Map<String, String> getAttributes()
The attributes of this event
-
-
-
-