我有一个启用了apm的应用程序,并且在package.json依赖项和app.js上都有对apm sdk的唯一引用。其行如下:
const apm = require('elastic-apm-node').start()
常量“ apm”在任何地方都不会被利用。
我要删除apm,因为在我的本地环境中,我收到以下消息:
APM Server transport error (503): Unexpected APM Server response
queue is full
最佳答案
您可以将环境变量ELASTIC_APM_ACTIVE
设置为false
。
请参阅https://www.elastic.co/guide/en/apm/agent/nodejs/master/configuration.html#active。