Loading video player...
In this video, we set up Spring Boot application monitoring using Prometheus and Grafana without Docker. You will learn how to expose Spring Boot metrics using Actuator and Micrometer, configure Prometheus to collect metrics, and visualize everything with Grafana dashboards. This setup allows you to monitor important metrics like: • HTTP request count • Error rates • JVM memory usage • Thread usage • Garbage collection metrics • Application performance in real time We also connect Grafana to Prometheus and create our first monitoring dashboard. This guide is perfect for Java developers, backend engineers, and DevOps beginners who want to monitor Spring Boot applications in a simple way. 🛠 Technologies Used Spring Boot Spring Boot Actuator Micrometer Prometheus Grafana Gradle 📊 What You Will Learn ✔ Enable Spring Boot metrics ✔ Install Prometheus (without Docker) ✔ Configure Prometheus scraping ✔ Install and run Grafana ✔ Connect Grafana to Prometheus ✔ Build your first monitoring dashboard ✔ Understand useful JVM and HTTP metrics 🔗 Useful Endpoints Spring Boot Metrics Endpoint: http://localhost:8080/actuator/prometheus Prometheus UI: http://localhost:9090 Grafana UI: http://localhost:3000 🚀 Next Topics (if you want more) Grafana Alerting Email / Slack alerts ELK stack logging Monitoring microservices Kubernetes monitoring Business metrics dashboards If you enjoyed the video, consider liking and subscribing for more Java, Spring Boot, and backend engineering tutorials. #SpringBoot #Java #Prometheus #Grafana #DevOps #BackendDevelopment #Monitoring #JavaDeveloper #Micrometer #SpringBootTutorial #SoftwareEngineering #Programming #TechTutorial