From 6006e2f05b2267553f4994f7d7fd382eaca7c62c Mon Sep 17 00:00:00 2001 From: Binh-Nguyen Date: Sat, 30 Jun 2018 01:50:51 +0800 Subject: [PATCH] JVM Profiler: Tracing Distributed JVM Applications at Uber --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 613b7e5..60ddfdb 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ An updated and curated list of selected readings to illustrate best practices in * [Distributed Tracing at HelloFresh](https://engineering.hellofresh.com/scaling-hellofresh-distributed-tracing-7b182928247d) * [Analyzing Distributed Trace Data at Pinterest](https://medium.com/@Pinterest_Engineering/analyzing-distributed-trace-data-6aae58919949) * [Distributed Tracing at Uber](https://eng.uber.com/distributed-tracing/) + * [JVM Profiler: Tracing Distributed JVM Applications at Uber](https://eng.uber.com/jvm-profiler/) * [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)