daq-tools / kotori

A flexible data historian based on InfluxDB, Grafana, MQTT, and more. Free, open, simple.
https://getkotori.org/
GNU Affero General Public License v3.0
108 stars 17 forks source link

Add support for Grafana 8 #57

Closed amotl closed 3 years ago

amotl commented 3 years ago

What the title says.

Grafana 8.0.0 removes those endpoints, being deprecated since Grafana 5 [1]:

This patch updates the Grafana adapter to use the Get dashboard by uid API (GET /api/dashboards/uid/:uid) instead [2].

[1] https://github.com/grafana/grafana/blob/main/CHANGELOG.md#800-2021-06-08 [2] https://grafana.com/docs/grafana/latest/http_api/dashboard/#get-dashboard-by-uid