ScopesFilters
Constructor
Methods
build
Builds the object.
def build() -> prometheus.ScopesFilters
key
def key(key: str) -> typing.Self
operator
def operator(operator: str) -> typing.Self
value
def value(value: str) -> typing.Self
values
def values(values: list[str]) -> typing.Self
See also