From a1474d725d65cedf05302f4d571d73391396e737 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 31 May 2018 12:07:48 +0200 Subject: [PATCH] Add zipkin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f008d3a..fdd46ea 100644 --- a/README.md +++ b/README.md @@ -593,6 +593,7 @@ A curated list of awesome Java frameworks, libraries and software. * [SPM ![c]](https://sematext.com/spm/) - Performance monitor with distributing transaction tracing for JVM apps. * [Stagemonitor](https://github.com/stagemonitor/stagemonitor) - Open-source performance monitoring and transaction tracing for JVM apps. * [Sysmon](https://github.com/palantir/Sysmon) - Lightweight platform monitoring tool for Java VMs. +* [zipkin](https://zipkin.io/) - Distributed tracing system which gathers timing data needed to troubleshoot latency problems in microservice architectures. ## Native *For working with platform-specific native libraries.*