egg-jaeger

jaeger egg plugin

Usage no npm install needed!

<script type="module">
  import eggJaeger from 'https://cdn.skypack.dev/egg-jaeger';
</script>

README

egg-jaeger

NPM version build status Test coverage David deps Known Vulnerabilities npm download

hooks

  • egg-redis
  • egg-sequelize
  • mysql2
  • mongodb

Install

$ npm i egg-jaeger --save

Usage

// {app_root}/config/plugin.js
exports.jaeger = {
  enable: true,
  package: 'egg-jaeger',
};

Configuration

// {app_root}/config/config.default.js
exports.jaeger = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT