https://github.com/lightness/ariadna
Lib with main goal to keep traces across microservices. With adapters for koa and axios
https://github.com/lightness/ariadna
Last synced: about 1 year ago
JSON representation
Lib with main goal to keep traces across microservices. With adapters for koa and axios
- Host: GitHub
- URL: https://github.com/lightness/ariadna
- Owner: lightness
- Created: 2019-10-25T15:36:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-12T23:29:34.000Z (about 4 years ago)
- Last Synced: 2025-06-01T14:31:14.829Z (about 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Ariadna
Currently it's in stage proof of concept
#### Example
Just run
```
npm install
cd ./example/
npm install
npm start
```