Class Metric
-
- All Implemented Interfaces:
public final class Metric
A metric is a value that can be recorded in the LaunchDarkly observability system.
-
-
Method Summary
Modifier and Type Method Description final String
getName()
final Double
getValue()
final Attributes
getAttributes()
final Long
getTimestamp()
-
-
Method Detail
-
getAttributes
final Attributes getAttributes()
-
getTimestamp
final Long getTimestamp()
-
-
-
-