Skip to content

AnnotationTarget🔗

Constructor🔗

AnnotationTarget()

Methods🔗

build🔗

Builds the object.

def build() -> dashboard.AnnotationTarget

limit🔗

Only required/valid for the grafana datasource...

but code+tests is already depending on it so hard to change

def limit(limit: int) -> typing.Self

match_any🔗

Only required/valid for the grafana datasource...

but code+tests is already depending on it so hard to change

def match_any(match_any: bool) -> typing.Self

tags🔗

Only required/valid for the grafana datasource...

but code+tests is already depending on it so hard to change

def tags(tags: list[str]) -> typing.Self

type_val🔗

Only required/valid for the grafana datasource...

but code+tests is already depending on it so hard to change

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

See also🔗