How We Used Jaeger and Prometheus to Deliver Lightning-Fast User Queries
This talk comes from practical experience of running a cloud-based SAAS under Kubernetes for the last two years. Prometheus is good for the big picture view of how things are running, while Jaeger act …
Talk Title | How We Used Jaeger and Prometheus to Deliver Lightning-Fast User Queries |
Speakers | Bryan Boreham (Director of Engineering, Weaveworks) |
Conference | KubeCon + CloudNativeCon Europe |
Conf Tag | |
Location | Copenhagen, Denmark |
Date | Apr 30-May 4, 2018 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
This talk comes from practical experience of running a cloud-based SAAS under Kubernetes for the last two years. Prometheus is good for the big picture view of how things are running, while Jaeger acts like a microscope on the internal workings of your system. You will learn about: * Setting up Jaeger and Prometheus in your Kubernetes cluster * Inspecting Jaeger and Prometheus output for tell-tale signs of trouble * Instrumenting your code (with examples in Go) for more detail * Applying the information gained to optimise your code and tune your system