弹性APM Node.js-仅监视HTTP,仅自定义交易

时间:2019-09-06 00:45:10

标签: node.js elasticsearch elastic-stack

我希望使用Elastic APM仅在Node.js中监视我自己的自定义事件(用户操作事件)

我在文档中找不到如何关闭所有HTTP监视以及如何发送自定义事件的信息。他们在文档中具有自定义跨度和自定义事务,但是我不确定何时或如何在我的用例中使用它们。

例如,在文档中,他们描述了以下自定义交易:

var apm = require('elastic-apm-node').start()

queue.on('error', function (err) {
  // in case the queue encounters an error, report it to Elastic APM
  apm.captureError(err)
})

我不希望发送错误,我希望发送自定义事件,所以我不确定这是怎么回事。

0 个答案:

没有答案