Package prometheus

Interface PrometheusTypes.ReadHintsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getBy()
      Indicate whether it is without or by.
      long getEndMs()
      End time in milliseconds.
      String getFunc()
      String representation of surrounding function or aggregation.
      com.google.protobuf.ByteString getFuncBytes()
      String representation of surrounding function or aggregation.
      String getGrouping​(int index)
      List of label names used in aggregation.
      com.google.protobuf.ByteString getGroupingBytes​(int index)
      List of label names used in aggregation.
      int getGroupingCount()
      List of label names used in aggregation.
      List<String> getGroupingList()
      List of label names used in aggregation.
      long getRangeMs()
      Range vector selector range in milliseconds.
      long getStartMs()
      Start time in milliseconds.
      long getStepMs()
      Query step size in milliseconds.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getStepMs

        long getStepMs()
         Query step size in milliseconds.
         
        int64 step_ms = 1;
      • getFunc

        String getFunc()
         String representation of surrounding function or aggregation.
         
        string func = 2;
      • getFuncBytes

        com.google.protobuf.ByteString getFuncBytes()
         String representation of surrounding function or aggregation.
         
        string func = 2;
      • getStartMs

        long getStartMs()
         Start time in milliseconds.
         
        int64 start_ms = 3;
      • getEndMs

        long getEndMs()
         End time in milliseconds.
         
        int64 end_ms = 4;
      • getGroupingList

        List<String> getGroupingList()
         List of label names used in aggregation.
         
        repeated string grouping = 5;
      • getGroupingCount

        int getGroupingCount()
         List of label names used in aggregation.
         
        repeated string grouping = 5;
      • getGrouping

        String getGrouping​(int index)
         List of label names used in aggregation.
         
        repeated string grouping = 5;
      • getGroupingBytes

        com.google.protobuf.ByteString getGroupingBytes​(int index)
         List of label names used in aggregation.
         
        repeated string grouping = 5;
      • getBy

        boolean getBy()
         Indicate whether it is without or by.
         
        bool by = 6;
      • getRangeMs

        long getRangeMs()
         Range vector selector range in milliseconds.
         
        int64 range_ms = 7;