An open API service indexing awesome lists of open source software.

https://github.com/jaegertracing/xdock-zipkin-brave

Crossdock test to verify that Jaeger accepts Zipkin data format
https://github.com/jaegertracing/xdock-zipkin-brave

Last synced: 7 months ago
JSON representation

Crossdock test to verify that Jaeger accepts Zipkin data format

Awesome Lists containing this project

README

          

[![Build Status][ci-img]][ci]

# Crossdock Zipkin Brave

This is a [crossdock](https://github.com/uber/jaeger/tree/master/crossdock) app to test Zipkin data format support in Jaeger server.
It uses Brave to create spans which are reported to the server.

## Build Docker image

Docker image is automatically built once commit is pushed to the master branch. To build it manually run:
```bash
docker build -t jaegertracing/xdock-zipkin-brave:latest .
```

## Build and test
```bash
./mvnw test## License

[Apache 2.0 License](./LICENSE).

make crossdock
```

## License

[Apache 2.0 License](./LICENSE).

[ci-img]: https://travis-ci.org/jaegertracing/xdock-zipkin-brave.svg?branch=master
[ci]: https://travis-ci.org/jaegertracing/xdock-zipkin-brave