Klasse ReadLabelNamesOperationSpec

java.lang.Object
io.github.primelib.prometheus4j.spec.ReadLabelNamesOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class ReadLabelNamesOperationSpec extends Object
ReadLabelNamesSpec

Specification for the ReadLabelNames operation.

Returns label names

  • Felddetails

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Konstruktordetails

    • ReadLabelNamesOperationSpec

      @Internal public ReadLabelNamesOperationSpec(Consumer<ReadLabelNamesOperationSpec> spec)
      Constructs a validated instance of ReadLabelNamesOperationSpec.
      Parameter:
      spec - the specification to process
    • ReadLabelNamesOperationSpec

      @Internal public ReadLabelNamesOperationSpec(String start, String end, List<String> match)
      Constructs a validated instance of ReadLabelNamesOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameter:
      start - Start timestamp.
      end - End timestamp.
      match - Repeated series selector argument that selects the series from which to read the label values. Optional.
    • ReadLabelNamesOperationSpec

      protected ReadLabelNamesOperationSpec()
  • Methodendetails