Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

jaeger jaegertracing koa nodejs proxy

Last synced: 2 days ago
JSON representation

koa + jaeger

Awesome Lists containing this project

README

        

# Jaeger node

```bash
yarn start
```

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

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