Prometheus-Grafana
بواسطة ATH Infosystems
Version 12.3.2 + Free Support on Ubuntu 24.04
Prometheus–Grafana is an open-source monitoring and visualization stack designed to help teams observe system health, application performance, and infrastructure metrics in real time. Prometheus collects and stores time-series metrics, while Grafana provides interactive dashboards and alerting, making it ideal for DevOps, cloud environments, and production monitoring.
Key Features of Prometheus–Grafana:
- Open-source monitoring stack for collecting and visualizing metrics.
- Real-time dashboards for servers, applications, and containers.
- Powerful alerting and querying capabilities.
- Web-based Grafana UI for custom dashboards and analytics.
- Integration with exporters, cloud services, and Kubernetes.
Prometheus–Grafana Usage:
$ sudo su $ sudo systemctl daemon-reload $sudo systemctl enable --now prometheus $sudo systemctl status prometheus
To Access Web Interface:
Prometheus:
http://:9090
Grafana:
http://:3000
To Check Grafana Credentials:
cat /var/prometheus/credentials.txt
To Check Running Containers:
docker ps
Disclaimer:
Prometheus and Grafana are open-source projects maintained by their respective communities. This content is provided for informational purposes only. We are not affiliated with or endorsed by Prometheus or Grafana. All trademarks and product names belong to their respective owners.