How to visualize Sanic Python micro services with Jaeger

Victor Fleurant
Analytics Vidhya
Published in
6 min readJul 30, 2020

--

Photo by Trevin Rudy on Unsplash

This article will describe creation of two simple micro-services using Sanic with multiple workers, and Jaeger configuration that will help visualizing flows them.

From Sanic official Documentation :

“ Sanic is a Python 3.6+ web server and web framework that’s written to go fast. It allows the usage of the async/await syntax added in Python…

--

--