Skip to content

LabelSelector🔗

Definition🔗

class LabelSelector:
    # Name of the label to select.
    name: str
    # Value to match against.
    value: str
    # Operator used to perform the selection.
    operator: promql.LabelMatchingOperator

See also🔗