Skip to content

Commit

Permalink
fix: scraping interval
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Apr 13, 2023
1 parent 4fc556d commit af0d53a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ scrape_configs:
- target_label: __address__
replacement: json_exporter:7979
- job_name: airframes_exporter
scrape_interval: 30s
scrape_interval: 15m
scrape_timeout: 30s
metrics_path: /probe
params:
Expand All @@ -148,7 +148,7 @@ scrape_configs:
- target_label: __address__
replacement: json_exporter:7979
- job_name: airframes_aircraft_exporter
scrape_interval: 30s
scrape_interval: 5m
scrape_timeout: 30s
metrics_path: /probe
params:
Expand All @@ -166,7 +166,7 @@ scrape_configs:
- target_label: __address__
replacement: json_exporter:7979
- job_name: adsbx_exporter
scrape_interval: 30s
scrape_interval: 15m
scrape_timeout: 30s
static_configs:
- targets:
Expand Down

0 comments on commit af0d53a

Please sign in to comment.