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
- Host: GitHub
- URL: https://github.com/jaegertracing/xdock-zipkin-brave
- Owner: jaegertracing
- License: apache-2.0
- Created: 2017-09-04T20:48:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T14:30:49.000Z (over 4 years ago)
- Last Synced: 2025-04-07T08:36:50.507Z (8 months ago)
- Language: Java
- Homepage: http://jaegertracing.io/
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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