refactor(montoring/prometheus): removing the useless endpoint
This commit is contained in:
parent
9e98ff2d13
commit
21b4db5a56
1 changed files with 0 additions and 5 deletions
|
|
@ -6,10 +6,6 @@ scrape_configs:
|
|||
static_configs:
|
||||
- targets: ['monitoring-prometheus:9090']
|
||||
|
||||
- job_name: 'backend'
|
||||
static_configs:
|
||||
- targets: ['127.0.0.1:8888']
|
||||
|
||||
- job_name: 'cadvisor'
|
||||
static_configs:
|
||||
- targets: ['monitoring-cadvisor:8080']
|
||||
|
|
@ -21,7 +17,6 @@ scrape_configs:
|
|||
|
||||
static_configs:
|
||||
- targets:
|
||||
- http://nginx
|
||||
- http://nginx/monitoring/ok
|
||||
- http://auth/monitoring
|
||||
- http://user/monitoring
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue