Grafana + Prometheus: метрики та дашборди

VDS / VPS сервери · 16.02.2025
Grafana + Prometheus: метрики та дашборди

Docker Compose стек

services:
  prometheus:
    image: prom/prometheus:latest
    ports: ["9090:9090"]
  grafana:
    image: grafana/grafana:latest
    ports: ["3000:3000"]
  node-exporter:
    image: prom/node-exporter:latest
💡 Імпортуйте дашборд 1860 (Node Exporter Full) з grafana.com — найкращий для Linux-серверів.
← Назад до бази знань Поставити питання підтримці