bapaurana commited on
Commit
626c2a9
·
1 Parent(s): 744da85

changed yml

Browse files
Files changed (1) hide show
  1. prometheus.yml +2 -2
prometheus.yml CHANGED
@@ -4,8 +4,8 @@ global:
4
  scrape_configs:
5
  - job_name: 'gradio_app'
6
  static_configs:
7
- - targets: ['xkcd_finder:8000']
8
 
9
  - job_name: 'node_exporter'
10
  static_configs:
11
- - targets: ['xkcd_finder:9100']
 
4
  scrape_configs:
5
  - job_name: 'gradio_app'
6
  static_configs:
7
+ - targets: ['xkcd_finder_app:8000']
8
 
9
  - job_name: 'node_exporter'
10
  static_configs:
11
+ - targets: ['xkcd_finder_app:9100']