Skip to content

AnnotationTarget🔗

TODO: this should be a regular DataQuery that depends on the selected dashboard

these match the properties of the "grafana" datasouce that is default in most dashboards

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🔗