Prometheus

4 posts

One-Command Docker Deployment for GPU Monitoring Dashboard GPU Hot
Deploy GPU Hot with a single Docker command: a lightweight yet polished real-time GPU dashboard. It auto-detects multiple GPUs, tracks processes, and shows live charts with threshold markers. Includes startup commands and comparison benchmarks, ideal for daily monitoring on personal servers and multi-GPU workstations.
519 字
|
3 分钟
Using Thanos to Manage Multiple Prometheus Data Sources for High Availability
This post walks through using Thanos to aggregate metrics from multiple Prometheus instances for high availability, centralized querying, and long‑term retention in object storage. It explains core components like Sidecar, Store, Query, and Ruler, and shows key Kubernetes deployment details, including image mirror replacement, exposing NodePort Services, and handling NetworkPolicy pitfalls.
676 字
|
3 分钟
Docker Deploy Prometheus, Node Exporter, Grafana and cAdvisor (2023)
This post walks through deploying Prometheus, Node Exporter, Grafana, and cAdvisor with Docker. It includes a ready‑to‑use docker-compose setup, a sample prometheus.yml configuration, and an overview of how Prometheus and Node Exporter work together. You’ll also see how to wire Grafana to Prometheus and quickly visualize metrics using community dashboards.
434 字
|
2 分钟
Deploying Prometheus + Grafana with Docker
Deploy a Prometheus + Grafana monitoring and alerting stack using Docker and Docker Compose. This guide covers version and resource lists, setting up registry mirrors, writing a Compose file, mounting persistent storage, and exposing ports. Quickly build a visual monitoring platform with Pushgateway, Alertmanager, and node-exporter included.
577 字
|
3 分钟