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

https://github.com/voutasaurus/ottest

A simple microservice stack hooked up to Jaeger via OpenTracing
https://github.com/voutasaurus/ottest

docker-compose go jaeger nestjs nodejs opentracing

Last synced: 3 months ago
JSON representation

A simple microservice stack hooked up to Jaeger via OpenTracing

Awesome Lists containing this project

README

          

# ottest

A simple microservice stack hooked up to Jaeger via OpenTracing.

# Run

Requires: docker, docker-compose

```
$ git clone https://github.com/voutasaurus/ottest
$ cd ottest
$ ./run.sh
[... wait for docker compose to start up ...]
$ open http://localhost:16686
$ curl http://localhost:8080
```