Skip to content

Commit

Permalink
wip: mongodb prometheus exporter.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Nov 30, 2020
1 parent e077528 commit d58935f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/prometheus/prometheus.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ scrape_configs:

- job_name: 'mongodb'
static_configs:
- targets: ['mongodb-exporter:9216']
- targets: ['mongodb0-exporter:9216', 'mongodb1-exporter:9216', 'mongodb2-exporter:9216']

0 comments on commit d58935f

Please sign in to comment.