Bookmarks tagged [distributed-tracing]
https://ai.google/research/pubs/pub36356
Abstract Modern Internet services are often implemented as complex, large-scale distributed systems. These applications are constructed from collections of software modules that may be developed by ...
- tags: distributed-tracing
Zipkin is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in microservice architectures. It manages both the collection and lookup of this data. Zipki...
- tags: zipkin, distributed-tracing
- source code