Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Configure Prometheus to scrape metrics.
Browse files Browse the repository at this point in the history
  • Loading branch information
dougludlow committed May 29, 2021
1 parent 2661ae2 commit 8d371f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ scrape_configs:
scrape_interval: 5s
static_configs:
- targets: ['cadvisor:8080']

- job_name: 'api'
scrape_interval: 5s
static_configs:
- targets: ['api:5000']

0 comments on commit 8d371f9

Please sign in to comment.