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
Definition🔗
public class AnnotationTarget {
  public Long limit;
  public Boolean matchAny;
  public List<String> tags;
  public String type;
}