grafana / grafonnet

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

feat: add alertList panel #141

Closed Duologic closed 9 months ago

Duologic commented 9 months ago

Fixes #137

This PR adds the alertList panel, the schema for this is missing upstream so we're injecting it through a manual process.

The schemas was generated on grafana/grafana tag v10.1.0 with:

npx --yes ts-json-schema-generator -p public/app/plugins/panel/alertlist/types.ts --tsconfig ./tsconfig.json -o alertList.json

The types.ts hasn't meaningfully changed since v9.4.0 so I guess this'll work for all the versions currently generated for Grafonnet.