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

https://github.com/lencx/jaeger-node

koa + jaeger
https://github.com/lencx/jaeger-node

jaeger jaegertracing koa nodejs proxy

Last synced: about 1 month ago
JSON representation

koa + jaeger

Awesome Lists containing this project

README

          

# Jaeger node

```bash
yarn start
```

```js
// `/config/index.js`

module.exports = {
jaegerConfig: {
// ...
},
proxyTable: [
// ...
]
}
```