This training introduces Prometheus and Grafana, two core tools for modern monitoring and observability.
Introduction to Grafana and Prometheus (Team Training) Prometheus is a monitoring system used to collect and store metrics from applications and infrastructure. It works on a pull model, meaning it regularly scrapes metrics from services (like Spring Boot /actuator/prometheus) at fixed intervals. Prometheus helps answer questions like “Is the service healthy?”, “Is error rate increasing?”, and “How is performance changing over time?”. Grafana is a visualization and analytics platform. It does not collect data itself. Instead, it connects to data sources like Prometheus and displays metrics using dashboards, charts, and alerts. Grafana helps teams quickly understand system health and spot issues through clear visuals. Together, Prometheus collects the data, and Grafana makes it easy for teams to monitor, analyze, and act on that data in real time.
ANGULAR COMPONENT ARCHITECTURE AND LIFECYCLE HOOKS
This training introduces Prometheus and Grafana, two core tools for modern monitoring and observability.