Skip to content

Commit

Permalink
Fixed typo in observ libs (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
cznewt authored Oct 3, 2024
1 parent e8f011e commit 638ce5c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker-mixin/main.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ local commonlib = import 'common-lib/common/main.libsonnet';
// _config+:: this.config,
grafanaDashboards+:: this.grafana.dashboards,
prometheusAlerts+:: this.prometheus.alerts,
prometheusRuless+:: this.prometheus.recordingRules,
prometheusRules+:: this.prometheus.recordingRules,
},
},

Expand Down
2 changes: 1 addition & 1 deletion golang-observ-lib/main.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ local commonlib = import 'common-lib/common/main.libsonnet';
// _config+:: this.config,
grafanaDashboards+:: this.grafana.dashboards,
prometheusAlerts+:: this.prometheus.alerts,
prometheusRuless+:: this.prometheus.recordingRules,
prometheusRules+:: this.prometheus.recordingRules,
},

},
Expand Down
2 changes: 1 addition & 1 deletion helloworld-observ-lib/main.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ local commonlib = import 'common-lib/common/main.libsonnet';
// _config+:: this.config,
grafanaDashboards+:: this.grafana.dashboards,
prometheusAlerts+:: this.prometheus.alerts,
prometheusRuless+:: this.prometheus.recordingRules,
prometheusRules+:: this.prometheus.recordingRules,
},

},
Expand Down
2 changes: 1 addition & 1 deletion jvm-observ-lib/main.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ local processlib = import 'process-observ-lib/main.libsonnet';
// _config+:: this.config,
grafanaDashboards+:: this.grafana.dashboards,
prometheusAlerts+:: this.prometheus.alerts,
prometheusRuless+:: this.prometheus.recordingRules,
prometheusRules+:: this.prometheus.recordingRules,
},
},

Expand Down
2 changes: 1 addition & 1 deletion kafka-observ-lib/main.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ local zookeeperlib = import 'zookeeper-observ-lib/main.libsonnet';
// _config+:: this.config,
grafanaDashboards+:: this.grafana.dashboards,
prometheusAlerts+:: this.prometheus.alerts,
prometheusRuless+:: this.prometheus.recordingRules,
prometheusRules+:: this.prometheus.recordingRules,
},
},

Expand Down
2 changes: 1 addition & 1 deletion process-observ-lib/main.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ local commonlib = import 'common-lib/common/main.libsonnet';
// _config+:: this.config,
grafanaDashboards+:: this.grafana.dashboards,
prometheusAlerts+:: this.prometheus.alerts,
prometheusRuless+:: this.prometheus.recordingRules,
prometheusRules+:: this.prometheus.recordingRules,
},

},
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-observ-lib/main.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ local jvmlib = import 'jvm-observ-lib/main.libsonnet';
// _config+:: this.config,
grafanaDashboards+:: this.grafana.dashboards,
prometheusAlerts+:: this.prometheus.alerts,
prometheusRuless+:: this.prometheus.recordingRules,
prometheusRules+:: this.prometheus.recordingRules,
},
},

Expand Down

0 comments on commit 638ce5c

Please sign in to comment.