grafana / grafonnet

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

feat(veneer): split panels from queries (and update example) #10

Closed Duologic closed 1 year ago

Duologic commented 1 year ago

This PR shows how we can split the queries from the panels so they become more portable.

Use case: This change allows us to swap out the Prometheus queries with testData queries to render a sample dashboard.