We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6474a47 commit c9c8063Copy full SHA for c9c8063
csp-mixin/main.libsonnet
@@ -14,9 +14,13 @@ local commonlib = import 'common-lib/common/main.libsonnet';
14
rows: (import './rows.libsonnet').new(this),
15
dashboards: (import './dashboards.libsonnet').new(this),
16
},
17
+ prometheus: {
18
+ alerts: this.config.prometheus.alerts,
19
+ recordingRules: {},
20
+ },
21
asMonitoringMixin(): {
22
grafanaDashboards+:: this.grafana.dashboards,
- prometheusAlerts+:: this.config.prometheus.alerts,
23
+ prometheusAlerts+:: this.prometheus.alerts,
24
25
26
0 commit comments