From 9fdd0e1a46e153a49433eb8710ea32cde90f633e Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Tue, 20 Mar 2018 23:04:36 +0800 Subject: [PATCH] Zipkin: Distributed Systems Tracing at Twitter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 443c525..4e7e4b3 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ An updated and curated list of selected readings to illustrate High Scalability, * [Data Checking at Dropbox](https://www.usenix.org/conference/srecon17asia/program/presentation/mah) * [Tracing Distributed Systems at Showmax](https://tech.showmax.com/2016/10/tracing-distributed-systems-at-showmax/) * [Real-time Distributed Tracing at LinkedIn](https://engineering.linkedin.com/distributed-service-call-graph/real-time-distributed-tracing-website-performance-and-efficiency) + * [Zipkin: Distributed Systems Tracing at Twitter](https://blog.twitter.com/engineering/en_us/a/2012/distributed-systems-tracing-with-zipkin.html) * [Distributed Logging](https://blog.treasuredata.com/blog/2016/08/03/distributed-logging-architecture-in-the-container-era/) * [The Problem with Logging - Jeff Atwood](https://blog.codinghorror.com/the-problem-with-logging/) * [The Log: What Every Software Engineer Should Know](https://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying)