summaryrefslogtreecommitdiffstats
path: root/contrib/gitea-monitoring-mixin/lib/dashboards.jsonnet
blob: dadaebe9bc445a237c6a8bc4b2b7da9eb0371815 (plain)
1
2
3
4
5
6
local dashboards = (import '../mixin.libsonnet').grafanaDashboards;

{
  [name]: dashboards[name]
  for name in std.objectFields(dashboards)
}