Package 

Interface LivekitMetrics.MetricSampleOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract long getTimestampMs()
      time of metric based on a monotonic clock (in milliseconds)
      
      int64 timestamp_ms = 1;
      abstract boolean hasNormalizedTimestamp() .google.protobuf.Timestamp normalized_timestamp = 2;
      abstract Timestamp getNormalizedTimestamp() .google.protobuf.Timestamp normalized_timestamp = 2;
      abstract float getValue() float value = 3;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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;