Completed
Why care about observability?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Observability with Spring-Based Distributed Systems
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is observability?
- 3 Why care about observability?
- 4 Spring Boot Actuator
- 5 Non-distributed system
- 6 Distributed systems are hard
- 7 Logging and metrics and tracing... oh my!
- 8 Effort to reward
- 9 Logging In general
- 10 Problems with basic logging
- 11 Centralized logging
- 12 Logging and Spring
- 13 Metrics in general
- 14 Metrics examples
- 15 Basic metrics
- 16 Metrics for observability
- 17 Metrics and Spring
- 18 Distributed tracing for observability
- 19 Zipkin UI
- 20 Zipkin architecture
- 21 Tracing and Spring
- 22 Correlation everywhere
- 23 Observability cycle
- 24 Key takeaways