Package prometheus

Interface PrometheusTypes.TimeSeriesOrBuilder

    • Method Detail

      • getLabelsList

        List<PrometheusTypes.Label> getLabelsList()
        repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
      • getLabels

        PrometheusTypes.Label getLabels​(int index)
        repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
      • getLabelsCount

        int getLabelsCount()
        repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
      • getLabelsOrBuilder

        PrometheusTypes.LabelOrBuilder getLabelsOrBuilder​(int index)
        repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
      • getSamplesList

        List<PrometheusTypes.Sample> getSamplesList()
        repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
      • getSamples

        PrometheusTypes.Sample getSamples​(int index)
        repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
      • getSamplesCount

        int getSamplesCount()
        repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
      • getSamplesOrBuilder

        PrometheusTypes.SampleOrBuilder getSamplesOrBuilder​(int index)
        repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];