Skip to content

Commit

Permalink
wip: add mongodb-exporter scrape job to prometheus.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Nov 20, 2020
1 parent cf2fa61 commit 30e0463
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/prometheus/prometheus.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ scrape_configs:
static_configs:
- targets: ['express-gateway:8080']

- job_name: 'mongodb'
static_configs:
- targets: ['mongodb-exporter:9216']

0 comments on commit 30e0463

Please sign in to comment.