1.0.1 • Published 1 year ago

egg-elastic-apm v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

本包是为了 egg 项目接入 apm 的工具包

安装

npm install egg-elastic-apm

配置

在项目的根目录下创建配置文件 config/apmConfig.json

{
    "serviceName": "my-application",
    "secretToken": "",
    "serverUrl": "http://127.0.0.1:8200"
}

使用

package.json 文件中修改 scripts 中的 start 脚本

{
    "scripts": {
        "start": "egg-scripts start --require=egg-elastic-apm"
    }
}
1.0.1

1 year ago

1.0.0

1 year ago