add distributed tracing

This commit is contained in:
Bastian Ike
2019-12-20 14:30:45 +01:00
parent 61f59134af
commit 6f99232d4c

View File

@@ -0,0 +1,11 @@
---
title: "Distributed Tracing"
ring: trial
quadrant: methods-and-patterns
---
Distributed Tracing creates visibility over processes spanning multiple applications.
In a microservice world where a request or operation involves multiple applications it is helpful to have an overview of what system is involved, at what point.
Also visibility of communicated data and errors helps to quickly identify issues in a microservice environment.
Our tool of choice is [Jaeger](https://www.jaegertracing.io/) with [B3 Propagation](https://github.com/openzipkin/b3-propagation).