Skip to content

LabelSelector🔗

Constructor🔗

LabelSelector()

Methods🔗

build🔗

Builds the object.

def build() -> promql.LabelSelector

name🔗

Name of the label to select.

def name(name: str) -> typing.Self

operator🔗

Operator used to perform the selection.

def operator(operator: promql.LabelMatchingOperator) -> typing.Self

value🔗

Value to match against.

def value(value: str) -> typing.Self

See also🔗