...

Text file src/github.com/prometheus/alertmanager/doc/alertmanager-mixin/dashboards.jsonnet

Documentation: github.com/prometheus/alertmanager/doc/alertmanager-mixin

     1local dashboards = (import 'mixin.libsonnet').grafanaDashboards;
     2
     3{
     4  [name]: dashboards[name]
     5  for name in std.objectFields(dashboards)
     6}

View as plain text