Skip to content

Latest commit

 

History

History
63 lines (32 loc) · 1.32 KB

README_zipkin_mesos.md

File metadata and controls

63 lines (32 loc) · 1.32 KB

Zipkin on Mesos

Image of Zipkin on Mesos

Start on Marathon:

curl -i -H 'Content-Type: application/json' -d@marathon/$marathonFile.json $marathonIp:8080/v2/apps

Query

/api/v1/services
/api/v1/traces?serviceName=zipkin-query
  • revise Query JSON.

  • The HTTP endpoint at: $HOST_IP:9411

Web

  • Web.

  • The console is at $HOST_IP:8080

Collector

with Scribe
with Kafka

Sample usage

Create sample trace point using Scribe

git clone https://github.com/openzipkin/zipkin.git
cd zipkin
bin/tracegen $COLLECTOR_HOST_IP

Other Zipkin integrations

AcmeAir NodeJS

Aggregate dependencies using Spark

git clone https://github.com/openzipkin/zipkin-dependencies-spark.git
cd zipkin-dependencies-spark/
export CASSANDRA_HOST=one of your cassandra host
./gradlew run

Known Issue