Skip to content

Commit

Permalink
Added watchdog scrapping docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoteo committed Jun 17, 2024
1 parent f2c8418 commit c2ffc96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/watchdog-config/user-management-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
services:

prometheus:
volumes:
- ./user-management/user-management-prometheus.yml:/etc/prometheus/scrape_configs/user-management-prometheus.yml:ro
4 changes: 4 additions & 0 deletions src/watchdog-config/user-management-prometheus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
scrape_configs:
- job_name: 'user-management-metrics'
static_configs:
- targets: ['192.168.1.128:3500']

0 comments on commit c2ffc96

Please sign in to comment.