API Reference
editAPI Reference
editThe API reference documentation is divided into three parts:
-
The
Agent
API - All functions and properties on theAgent
object. An instance of theAgent
object is acquired by requiring/importing the Node.js APM Agent module. TheAgent
is a singleton and the instance is usually referred to by the variableapm
in this documentation -
The
Transaction
API - All functions and properties on theTransaction
object. An instance of theTransaction
object is acquired by callingapm.startTransaction()
-
The
Span
API - All functions and properties on theSpan
object. An instance of theSpan
object is acquired by callingapm.startSpan()