Grafana + Prometheus: Metrics and Dashboards

VDS / VPS Servers · 16.02.2025
Grafana + Prometheus: Metrics and Dashboards

Docker Compose Stack

services:
  prometheus:
    image: prom/prometheus:latest
    ports: ["9090:9090"]
  grafana:
    image: grafana/grafana:latest
    ports: ["3000:3000"]
  node-exporter:
    image: prom/node-exporter:latest
    pid: host
💡 Import dashboard ID 1860 (Node Exporter Full) from grafana.com — best Linux server dashboard available.
← Back to Knowledge Base Ask Support