Skip to content

Commit

Permalink
update prometheus config
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberHoward committed Jul 16, 2024
1 parent c89698b commit 5924061
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion prometheus/prometheus.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
global:
scrape_interval: 15s # By default, scrape targets every 15 seconds.
scrape_interval: 60s # By default, scrape targets every 15 seconds.
external_labels:
monitor: 'carrot-bot-prom'

Expand All @@ -11,3 +11,6 @@ scrape_configs:
- job_name: "abstract-carrot-app-bot"
static_configs:
- targets: ["carrot.metrics.abstract.money"]
- job_name: "abstract-metrics"
static_configs:
- targets: ["scraper.railway.internal"]

0 comments on commit 5924061

Please sign in to comment.