-
@JsonClass(generateAdapter = true) public final class SpanEventAn event that occurred during a span
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final LongtimestampNanosprivate final List<Attribute>attributes
-
Method Summary
Modifier and Type Method Description final StringgetName()final LonggetTimestampNanos()final List<Attribute>getAttributes()-
-
Method Detail
-
getTimestampNanos
final Long getTimestampNanos()
-
getAttributes
final List<Attribute> getAttributes()
-
-
-
-