Ошибка
--------------
Приложение в контейнере git clone -b v2.0.1
https://github.com/linkedin/oncall.git
Что настраивала:
config/config.yaml
config/config.docker.yaml
указала
metrics: prometheus
oncall/src/oncall/metrics/prometheus.py
self.enable_metrics = True
---------------
На локальном сервере prometheus.yaml
- job_name: 'oncall'
metrics_path: '/metrics'
scrape_interval: 5s
static_configs:
- targets: ['docker.for.win.localhost:8080']
labels:
group: 'production'
- job_name: node
# If prometheus-node-exporter is installed, grab stats about the local
# machine by default.
static_configs:
- targets: ['localhost:8080']
Почему не отдает метрики. Как исправить ошибку?
Победив сертификат все равно получаю вот это =(
Хотя что-то он отдает, но как-то странно
Все гораздо проще чем казалось
docker run --name prometheus --network iris --ip 172.18.0.4 prom/prometheus
=)