telemetry/tracing: Add Zipkin tracing support (#723)

This commit is contained in:
Travis Groth 2020-05-18 21:57:13 -04:00 committed by GitHub
parent 14c27974b9
commit 1f1e63a75b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 136 additions and 67 deletions

View file

@ -5,6 +5,14 @@ description: >-
for Pomerium. Please read it carefully.
---
# Since 0.8.0
## Breaking
### Tracing
Jaeger tracing support is no longer end-to-end in the proxy service. We recommend updating to the Zipkin provider for proper tracing support. Jaeger will continue to work but will not have coverage in the data plane.
# Since 0.7.0
## Breaking