-
public final class SpanEvent.MetricsThe metrics data of this Span event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSpanEvent.Metrics.Companion
-
Constructor Summary
Constructors Constructor Description SpanEvent.Metrics(Long topLevel, Map<String, Number> additionalProperties)
-
Method Summary
Modifier and Type Method Description final LonggetTopLevel()final Map<String, Number>getAdditionalProperties()final JsonElementtoJson()-
-
Method Detail
-
getTopLevel
final Long getTopLevel()
-
getAdditionalProperties
final Map<String, Number> getAdditionalProperties()
-
toJson
final JsonElement toJson()
-
-
-
-