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🔗
class 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
"""
# Only required/valid for the grafana datasource...
# but code+tests is already depending on it so hard to change
limit: int
# Only required/valid for the grafana datasource...
# but code+tests is already depending on it so hard to change
match_any: bool
# Only required/valid for the grafana datasource...
# but code+tests is already depending on it so hard to change
tags: list[str]
# Only required/valid for the grafana datasource...
# but code+tests is already depending on it so hard to change
type_val: str
Methods🔗
to_json🔗
Converts this object into a representation that can easily be encoded to JSON.
from_json🔗
Builds this object from a JSON-decoded dict.