Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

finn-no/zipkin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

571 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zipkin (doc/zipkin-logo-200x119.jpg)

FINN.no's fork of Zipkin

Zipkin is a distributed tracing system that helps us gather timing data for all the disparate services at Twitter.

What our fork contains

A hadoop job for aggregating trace data

You can find the code in the "zipkin-aggregate" submodule. In our setup, it runs every night at 3 AM. The job reads data directly from Cassandra, analyses it with a Scalding/Hadoop job and then writes the results back into Cassandra. This aggregate data can then be displayed in the "Aggregate" UI.

Aggregate UI

Aggregate UI

We draw a graph of all services in the platform, built from the aggregated data. This graph is browseable and shows metadata about each service/dependency.

About

FINN.no's fork of Zipkin

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 50.9%
  • Scala 33.9%
  • JavaScript 11.6%
  • Thrift 1.7%
  • Ruby 0.7%
  • Python 0.6%
  • Other 0.6%