Difference between revisions of "Zipkin"

From air
Jump to navigation Jump to search
(Created page with "''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...")
 
 
Line 4: Line 4:
 
* https://github.com/openzipkin/zipkin
 
* https://github.com/openzipkin/zipkin
 
* Dapper, a Large-Scale Distributed Systems Tracing Infrastructure https://research.google.com/pubs/pub36356.html
 
* Dapper, a Large-Scale Distributed Systems Tracing Infrastructure https://research.google.com/pubs/pub36356.html
  +
  +
Utilisé par Twitter dans [[Finagle]]

Latest revision as of 10:03, 11 January 2017

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. Zipkin’s design is based on the Google Dapper paper.

Utilisé par Twitter dans Finagle