Spaces:
Runtime error
Runtime error
changed yml
Browse files- 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: ['
|
| 8 |
|
| 9 |
- job_name: 'node_exporter'
|
| 10 |
static_configs:
|
| 11 |
-
- targets: ['
|
|
|
|
| 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']
|