Skip to content

AnnotationTargetBuilder🔗

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🔗

new AnnotationTargetBuilder()

Methods🔗

build🔗

Builds the object.

public AnnotationTarget build()

limit🔗

Only required/valid for the grafana datasource...

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

public AnnotationTargetBuilder limit(Long limit)

matchAny🔗

Only required/valid for the grafana datasource...

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

public AnnotationTargetBuilder matchAny(Boolean matchAny)

tags🔗

Only required/valid for the grafana datasource...

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

public AnnotationTargetBuilder tags(List<String> tags)

type🔗

Only required/valid for the grafana datasource...

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

public AnnotationTargetBuilder type(String type)

See also🔗