weaveworks / grafanalib

Python library for building Grafana dashboards
Apache License 2.0
1.86k stars 309 forks source link

Define `Annotation` type #52

Open jml opened 7 years ago

jml commented 7 years ago

e.g.

{
    "datasource": "Weave Cloud Events",
    "enable": True,
    "hide": False,
    "iconColor": "rgba(255, 96, 96, 1)",
    "limit": 100,
    "name": "Weave Cloud Events",
    "showIn": 0,
    "type": "alert"
}
vbichov commented 5 years ago

any plans on implementing this?