distributed-tracing.md

July 15, 2021 · View on GitHub

Bookmarks tagged [distributed-tracing]

www.codever.land/bookmarks/t/distributed-tracing

Dapper, a Large-Scale Distributed Systems Tracing Infrastructure

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 ...


OpenZipkin · A distributed tracing system

https://zipkin.io/

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...