- APM Node.js Agent: other versions:
- Introduction
- Set up the Agent
- Monitoring AWS Lambda Node.js Functions
- Monitoring Node.js Azure Functions
- Get started with Express
- Get started with Fastify
- Get started with hapi
- Get started with Koa
- Get started with Next.js
- Get started with Restify
- Get started with TypeScript
- Get started with a custom Node.js stack
- Starting the agent
- Supported technologies
- Configuration
- API Reference
- Metrics
- Logs
- OpenTelemetry bridge
- OpenTracing bridge
- Source map support
- ECMAScript module support
- Distributed tracing
- Message queues
- Performance Tuning
- Troubleshooting
- Upgrading
- Release notes
Upgrade to v1.x
editUpgrade to v1.x
editThe following is a guide on upgrading your Node.js agent from version 0.x to version 1.x.
Overview
editVersion 1.x of the Node.js agent requires version 6.2 of the APM Server or higher.
The term "trace" was previously used to describe a small piece of work instrumented by the agent during a transaction. To align with modern APM vendors, we now refer to this as a "span"
The term "app" was previously used to describe your Node.js application in relation to Elastic APM. To be more specific, we now refer to this as a "service".
Config options
editThe following config options have been removed in version 1.0.0:
Name |
Note |
|
Use |
The following config options have been renamed between version 0.x and 1.x.
The associated environment variable for each renamed config option have been renamed accordingly as well.
Old name |
New name |
Note |
|
Renamed to align with new naming conventions |
|
|
Renamed to align with new naming conventions |
|
|
Renamed to align with new naming conventions |
|
|
Renamed to align with other agents |
|
|
Renamed to align with other agents |
|
|
Renamed to align with other agents |
|
|
Renamed to align with other agents |
|
|
Renamed to align with other agents |
Agent API
editThe following functions have been renamed between version 0.x and 1.x:
Old name |
New name |
Note |
|
|
Renamed to align with new naming conventions |
On this page