15 mins
You have 0 further articles remaining this month. Join LeadDev.com for free to read unlimited articles.

Think of this talk as a Microservices 201. You know the basic of microservices and their pros and cons, but can you successfully maintain them in production? Microservices can make your code cleaner and more decoupled but they can be a pain to maintain in production: services writing logs in different places, requests that need to be tracked through multiple endpoints, circuit breakers going off… In this talk I’ll review these and other operational concerns and I’ll explain how making your microservices “observable” will help you maintain a healthy production environment without driving you crazy.