If you are asking about a problem you are experiencing, please use the following template, as it will help us help you. If you have a different problem, please delete all of this text
Kibana 6.6.0
Elasticsearch 6.6.0
APM-Server 6.6.0
"elastic-apm-node": "^2.4.0",
So I added config for node.js app at the top of app.js but App send only metric processor (context.System).
if(process.env.NODE_ENV === 'production' {
const apm = require('elastic-apm-node')
apm.start({
serviceName: 'service',
secretToken: 'Token',
serverUrl: 'http://localhost:48200',
logLevel: 'debug'
})
}
I need help about how to get transaction metric and other metric to APM.
Sorry for my bad english