Прометей говорит мне, что:
"https://some-domain.com/backoffice" не является допустимым именем хоста "
Мой файл конфигурации:
global:
scrape_interval: 10s
scrape_configs:
- job_name: 'spring_micrometer'
metrics_path: '/actuator/prometheus'
scrape_interval: 5s
static_configs:
- targets: ['192.168.99.102:8085', '192.168.99.102:8083', '192.168.99.102:8084', 'https://<domain>/backoffice']
Есть идеи?