1.0.0-occupy • Published 3 years ago

byted-gulu-ms-metrics v1.0.0-occupy

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

byted-gulu-ms-metrics

micro service metrics middleware for gulu

安装

npm install byted-gulu-ms-metrics --save

使用

这个中间件依赖 byted-gulu-metricsbyted-gulu-env 插件,所以需要配置 middlewareplugin 两个地方。

插件加载

// config.default.js
module.exports = app => {
    return {
        middleware: [
            // 最好配置在第一个
            'byted-gulu-ms-metrics'
        ],
        plugin: ['byted-gulu-metrics', 'byted-gulu-env']
    };
};
1.0.0-occupy

3 years ago

846.588.229

3 years ago

1.0.1

6 years ago