Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/auth/src/commit/780e59d3aa663d9a8e78d85d5c7c004c92438ab0/deploy/prometheus/prometheus.yml
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
global:
|
|
scrape_interval: 15s
|
|
evaluation_interval: 15s
|
|
scrape_configs:
|
|
- job_name: prometheus
|
|
static_configs:
|
|
- targets:
|
|
- localhost:9090
|
|
- job_name: test3k_auth
|
|
# metrics_path: /prometheus
|
|
static_configs:
|
|
- targets:
|
|
- 192.168.31.107:9994
|
|
|