API reference
Serverless Stack
The API reference documentation is divided into three parts:
- The
AgentAPI - All functions and properties on theAgentobject. An instance of theAgentobject is acquired by calling theinit methodthe agent either via script element on the page or require theelastic-apm-rummodule in Node.js. TheAgentinstance is usually referred to by the variableapmin this documentation. - The
TransactionAPI - All functions and properties on theTransactionobject. An instance of theTransactionobject is acquired by callingapm.startTransaction(). - The
SpanAPI - All functions and properties on theSpanobject. An instance of theSpanobject is acquired by callingapm.startSpan().