Skip to content

Commit

Permalink
Issue #0000 fix: added the exporter name in defaults (#1744)
Browse files Browse the repository at this point in the history
* Issue #0000 fix: updated the secor backup alert rules vars

* Issue #0000 fix: renamed the chart name

* Issue #0000 fix: added the exporter name in defaults
  • Loading branch information
Kaali09 authored Jul 21, 2020
1 parent 7c69af3 commit 9593fb4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ monitoring_stack:
- alertrules
- kafka-topic-exporter
- prometheus-redis-exporter
- processing-kafka-exporter

namespace: monitoring

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
kafkaExporter:
zookeeper:
servers: ["{{ groups['processing-cluster-zookeepers'] | difference(["localhost"]) | map('regex_replace', '^(.*)$', '\\1:2181') | list | join("\", \"") }}"]
kafka:
servers: ["{{ groups['processing-cluster-kafka'] | difference(["localhost"]) | map('regex_replace', '^(.*)$', '\\1:9092') | list | join("\", \"") }}"]
additionalFlags:
- --use.consumelag.zookeeper

prometheus:
serviceMonitor:
enabled: true
namespace: monitoring
interval: "120s"
scrapeTimeout: "90s"
additionalLabels:
app: prometheus-operator
release: prometheus-operator

0 comments on commit 9593fb4

Please sign in to comment.