360 Monitoring of Your Services [I]
"With microservices every outage is like a murder mystery" is a common banter. But it doesn't have to be! This talk gives an overview on how to monitor Spring Boot applications, since they are increas …
Talk Title | 360 Monitoring of Your Services [I] |
Speakers | PHILIPP KRENN (Developer 🥑, Elastic) |
Conference | CloudNativeCon + KubeCon Europe |
Conf Tag | |
Location | Berlin Congress Center |
Date | Mar 28-30, 2017 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
“With microservices every outage is like a murder mystery” is a common banter. But it doesn’t have to be! This talk gives an overview on how to monitor Spring Boot applications, since they are increasingly popular for building microservices. We dive into:
System metrics: Keep track of network traffic and system load. Application logs: Collect and parse your logs. Application metrics: Get the information from Boot’s metric and health endpoints and store it. Request tracing: Use Sleuth to trace requests through a distributed system. Uptime monitoring: Use Heartbeat to ping services and actively monitor their availability.
All the data will be aggregated and visualized in Kibana, giving you an all around view of your system.