-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitMetrics.MetricSampleOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract longgetTimestampMs()time of metric based on a monotonic clock (in milliseconds)int64 timestamp_ms = 1;abstract booleanhasNormalizedTimestamp().google.protobuf.Timestamp normalized_timestamp = 2;abstract TimestampgetNormalizedTimestamp().google.protobuf.Timestamp normalized_timestamp = 2;abstract floatgetValue()float value = 3;-
-
Method Detail
-
getTimestampMs
abstract long getTimestampMs()
time of metric based on a monotonic clock (in milliseconds)int64 timestamp_ms = 1;
-
hasNormalizedTimestamp
abstract boolean hasNormalizedTimestamp()
.google.protobuf.Timestamp normalized_timestamp = 2;
-
getNormalizedTimestamp
abstract Timestamp getNormalizedTimestamp()
.google.protobuf.Timestamp normalized_timestamp = 2;
-
getValue
abstract float getValue()
float value = 3;
-
-
-
-