January 24, 2020

160 words 1 min read

What are My Microservices Doing?

What are My Microservices Doing?

Microservices have become the standard for new architectures. But the microservices architecture presents some new challenges. One of them is the so-called Observability problem, where it is hard to …

Talk Title What are My Microservices Doing?
Speakers Juraci Paixão Kröhling (Software Engineer, Red Hat)
Conference Open Source Summit + ELC Europe
Conf Tag
Location Edinburgh, UK
Date Oct 21-25, 2018
URL Talk Page
Slides Talk Slides
Video

Microservices have become the standard for new architectures. But the microservices architecture presents some new challenges. One of them is the so-called “Observability problem”, where it is hard to know which services exist, how they interrelate, and how important each one is. In this talk, we’ll look at an application that includes three Java microservices. We’ll use OpenTracing and Jaeger to help identify what they are doing and how they interrelate, following a “no instrumentation” approach, a “full instrumentation” approach, as well as “something in between” using service mesh instrumentation with Istio.

comments powered by Disqus