https://github.com/sqlwwx/egg-jaeger
https://github.com/sqlwwx/egg-jaeger
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sqlwwx/egg-jaeger
- Owner: sqlwwx
- License: mit
- Created: 2018-12-08T03:49:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:34:45.000Z (over 3 years ago)
- Last Synced: 2024-12-17T10:05:14.427Z (over 1 year ago)
- Language: JavaScript
- Size: 1.68 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
***不要在生成环境使用***
# egg-jaeger
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][codecov-image]][codecov-url]
[![David deps][david-image]][david-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url]
[npm-image]: https://img.shields.io/npm/v/egg-jaeger.svg?style=flat-square
[npm-url]: https://npmjs.org/package/egg-jaeger
[travis-image]: https://img.shields.io/travis/sqlwwx/egg-jaeger.svg?style=flat-square
[travis-url]: https://travis-ci.org/sqlwwx/egg-jaeger
[codecov-image]: https://img.shields.io/codecov/c/github/sqlwwx/egg-jaeger.svg?style=flat-square
[codecov-url]: https://codecov.io/github/sqlwwx/egg-jaeger?branch=master
[david-image]: https://img.shields.io/david/sqlwwx/egg-jaeger.svg?style=flat-square
[david-url]: https://david-dm.org/sqlwwx/egg-jaeger
[snyk-image]: https://snyk.io/test/npm/egg-jaeger/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/egg-jaeger
[download-image]: https://img.shields.io/npm/dm/egg-jaeger.svg?style=flat-square
[download-url]: https://npmjs.org/package/egg-jaeger
## hooks
* [x] egg-redis
* [x] egg-sequelize
* [x] mysql2
* [ ] mongodb
## Install
```bash
$ npm i egg-jaeger --save
```
## Usage
```js
// {app_root}/config/plugin.js
exports.jaeger = {
enable: true,
package: 'egg-jaeger',
};
```
## Configuration
```js
// {app_root}/config/config.default.js
exports.jaeger = {
};
```
see [config/config.default.js](config/config.default.js) for more detail.
## Example
## Questions & Suggestions
Please open an issue [here](https://github.com/sqlwwx/egg-jaeger/issues).
## License
[MIT](LICENSE)