Skip to content

Commit

Permalink
stack sunbird prometheus scrape interval timeout changes and scrape e…
Browse files Browse the repository at this point in the history
…ndpoint fix for secor kafka consumer lag exporter
  • Loading branch information
SMYALTAMASH committed Dec 2, 2019
1 parent 39cf306 commit e46fa68
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
global:
scrape_interval: 1m
scrape_timeout: 10s
scrape_timeout: 30s
evaluation_interval: 1m
{% if cluster_name and cluster_name | length %}
# Clustername is defined for multi swarm cluster
Expand Down Expand Up @@ -71,6 +71,7 @@ scrape_configs:
- targets: ['monitor_stateful_log_elasticsearch_exporter:9108']

- job_name: 'kafka-lag-exporter'
metrics_path: /metrics
static_configs:
- targets: ['kafka-lag-exporter:9308']

Expand Down

0 comments on commit e46fa68

Please sign in to comment.