wip: lab_4 до дашборда в Prometheus

Этот коммит содержится в:
2025-11-29 12:50:24 +03:00
родитель 322e02aa0b
Коммит 23eb72d090
11 изменённых файлов: 422 добавлений и 4 удалений

15
services/prometheus/prometheus.yaml Обычный файл
Просмотреть файл

@@ -0,0 +1,15 @@
global:
scrape_interval: 15s
scrape_timeout: 5s
scrape_configs:
- job_name: "prices_predictor"
static_configs:
- targets:
- "prices-predictor:8000"
scheme: http
metrics_path: "/metrics"
#relabel_configs:
# - source_labels: ["__address__"]
# target_labels: "instance"