-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Issue #0000 feat: moving dp alerts to flink channel * Issue #0000 feat: updated the alertrules * Issue #0000 feat: corrected the syntax error
- Loading branch information
Showing
18 changed files
with
617 additions
and
237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
kubernetes/ansible/roles/sunbird-monitoring/templates/ingestion-kafka-exporter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
kafkaExporter: | ||
zookeeper: | ||
servers: ["{{ ingestion_cluster_zookeeper | join('","') }}"] | ||
kafka: | ||
servers: ["{{ ingestion_cluster_kafka | join('","') }}"] | ||
additionalFlags: | ||
- --use.consumelag.zookeeper | ||
|
||
prometheus: | ||
serviceMonitor: | ||
enabled: true | ||
namespace: monitoring | ||
interval: "120s" | ||
scrapeTimeout: "90s" | ||
additionalLabels: | ||
app: prometheus-operator | ||
release: prometheus-operator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
130 changes: 0 additions & 130 deletions
130
kubernetes/helm_charts/monitoring/alertrules/templates/promrulesKafkaLag.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.