grafana / grafonnet

Jsonnet library for generating Grafana dashboards.
https://grafana.github.io/grafonnet/
Apache License 2.0
352 stars 19 forks source link

Grafana 8.x support #73

Closed DifferentialOrange closed 1 year ago

DifferentialOrange commented 1 year ago

Grafana 8.x hasn't reached its end of life yet: https://endoflife.date/grafana. Our team policy doesn't allow us to drop 8.x support for dashboards since 8.x is still supported by Grafana team itself. But in that case we'll need to continue to use deprecated library with various workarounds.

Since new library is autogenerated, is it possible to make it compatible with 8.x code?

Duologic commented 1 year ago

This library depends on schema's coming from Grafana, the 8.x branches do not have these schema's so we can not support it in Grafonnet.

DifferentialOrange commented 1 year ago

Well, that's sad yet expected