elodina / zipkin-mesos-framework

Zipkin Mesos Framework
http://www.elodina.net
Apache License 2.0
31 stars 4 forks source link

Refine traces generator #5

Open aShevc opened 8 years ago

aShevc commented 8 years ago

Currently we have a dummy traces posted in a separate test task configuration. Probably should be either a separate module in this project, or a separate module in a future project that we might create for Brave tools and Kafka Span Collector.

codefromthecrypt commented 8 years ago

there's bin/tracegen in zipkin, but it needs help (ex decoupling transport etc). I've also used https://github.com/adrianco/spigo to load spans (this currently only works with the http transport)