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
- Host: GitHub
- URL: https://github.com/lencx/jaeger-node
- Owner: lencx
- Created: 2019-08-05T02:12:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T16:58:00.000Z (almost 7 years ago)
- Last Synced: 2025-06-04T22:13:08.107Z (about 1 year ago)
- Topics: jaeger, jaegertracing, koa, nodejs, proxy
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jaeger node
```bash
yarn start
```
```js
// `/config/index.js`
module.exports = {
jaegerConfig: {
// ...
},
proxyTable: [
// ...
]
}
```