Package 

Interface LivekitMetrics.TimeSeriesMetricOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract int getLabel()
      Metric name e.g "speech_probablity". The string value is not directly stored in the message, but referenced by index
      in the `str_data` field of `MetricsBatch`
      
      uint32 label = 1;
      abstract int getParticipantIdentity()
      index into `str_data`
      
      uint32 participant_identity = 2;
      abstract int getTrackSid()
      index into `str_data`
      
      uint32 track_sid = 3;
      abstract List<LivekitMetrics.MetricSample> getSamplesList() repeated .livekit.MetricSample samples = 4;
      abstract LivekitMetrics.MetricSample getSamples(int index) repeated .livekit.MetricSample samples = 4;
      abstract int getSamplesCount() repeated .livekit.MetricSample samples = 4;
      abstract int getRid()
      index into 'str_data'
      
      uint32 rid = 5;
      • 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

      • getLabel

         abstract int getLabel()
        Metric name e.g "speech_probablity". The string value is not directly stored in the message, but referenced by index
        in the `str_data` field of `MetricsBatch`
        
        uint32 label = 1;
      • getParticipantIdentity

         abstract int getParticipantIdentity()
        index into `str_data`
        
        uint32 participant_identity = 2;
      • getTrackSid

         abstract int getTrackSid()
        index into `str_data`
        
        uint32 track_sid = 3;
      • getSamplesCount

         abstract int getSamplesCount()

        repeated .livekit.MetricSample samples = 4;

      • getRid

         abstract int getRid()
        index into 'str_data'
        
        uint32 rid = 5;