Fix typos and change some grammatical constructions

This commit is contained in:
daniel.motzko
2021-07-02 14:15:03 +02:00
parent 85ac77567a
commit 80526bedd1
14 changed files with 36 additions and 31 deletions

View File

@@ -4,7 +4,10 @@ ring: trial
quadrant: platforms-and-aoe-services
---
[Jaeger](https://www.jaegertracing.io/) is a tool for [Distributed Tracing](/platforms-and-aoe-services/distributed-tracing.html). Developed at Uber and inspired by Dapper and OpenZipkin it grew into an [Cloud Native Computing Foundation](https://www.cncf.io/) project.
[Jaeger](https://www.jaegertracing.io/) is a tool for [Distributed Tracing](/platforms-and-aoe-services/distributed-tracing.html).
Developed at Uber and inspired by Dapper and OpenZipkin it grew into an [Cloud Native Computing Foundation](https://www.cncf.io/) project.
Jaeger is a great tool for troubleshooting distributed systems, such as microservice architectures. Developers and Operation can quickly see communication between services, and what data is communicated where.
Errors in services can be traced to the originating system. Global trace identifiers are communicated using B3 headers. Jaeger supports Zipkin, which allows easy migration von OpenZipkin & co.
Jaeger is a great tool for troubleshooting distributed systems, such as microservice architectures.
Developers and Operation can quickly see communication between services, and what data is communicated where.
Errors in services can be traced to the originating system.
Global trace identifiers are communicated using B3 headers. Jaeger supports Zipkin, which allows easy migration von OpenZipkin & co.