Performance Monitoring for the Frontend — Using Zipkin

1 · Daniel Schmidt · Dec. 9, 2017, 8:33 a.m.
This series of blog posts is about the network related performance issues.The goal is to give you a set of tools to use that will provide you with insights that help you deliver fewer and shorter loading screens to your customers.Make sure you check out the first part, too: Performance Monitoring for the Frontend — An introductionGetting StartedNow that we got the names right let’s take a look at how we might track a single span. For that, we need a tracer to start spans with.https://medium.com/...