IvanDart1001 / egg-zipkin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

egg-zipkin

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

Install

$ npm i egg-zipkin --save

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

About

License:MIT License


Languages

Language:JavaScript 100.0%