plugin.json 342 B

12345678910111213141516171819
  1. {
  2. "type": "panel",
  3. "name": "State timeline",
  4. "id": "state-timeline",
  5. "state": "beta",
  6. "info": {
  7. "description": "State changes and durations",
  8. "author": {
  9. "name": "Grafana Labs",
  10. "url": "https://grafana.com"
  11. },
  12. "logos": {
  13. "small": "img/timeline.svg",
  14. "large": "img/timeline.svg"
  15. }
  16. }
  17. }