appdynamics
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/appdynamics package

24.12.0 • Public • Published

Introduction

You can monitor your Node.js applications in production with the AppDynamics Node.js Agent. The Node.js Agent enables real-time visibility of server health, server performance, and resource usage.

Performance issues can result in a slow or unavailable website. The Node.js Agent uses process-level visibility and proactive monitoring to reveal the internal workings of your application and infrastructure with policies, troubleshooting, and performance/capacity optimization. You can use process snapshots to examine your code execution at the multi-process level and identify the root cause of slow performance in minutes.

For supported Node.js versions, operating systems, and backends, see Node.js Supported Environments.

Before You Begin

To start the Node.js Agent, complete the following:

  • Obtain an AppDynamics account with a running Controller.
  • To sign up for a 15-day free trial, see AppDynamics Free Trial. You should receive an email with your Controller host and port.

Install the Node.js Agent

AppDynamics recommends that you update the Node.js Agent with every SaaS Controller release. To ensure that your agent contains the latest functionality and fixes, regularly update to a major Node.js Agent version.

All Node.js Agent versions are compatible with major Controller versions 4.4.1.0 and later. For certain features with Controller version dependencies, you will need to upgrade your Controller.

For more information, see Agent and Controller Compatibility.

To install the Node.js Agent, insert the following command in the root directory of your instrumented Node.js application:

npm install appdynamics

If you know you want the latest published agent version, you can use the next tag:

npm install appdynamics@next

If you know which specific version of the Node.js agent you want to install, you can specify it:

npm install appdynamics@<version>

Paste the following in your application as the very first line of your application source code, before any other require statement:

require('appdynamics').profile({
  controllerHostName: '<controller host name>',
  controllerPort: <controller port number>,
  controllerSslEnabled: false,  // Set to true if controllerPort is SSL
  accountName: '<AppDynamics_account_name>',
  accountAccessKey: '<AppDynamics_account_key>',
  applicationName: 'your_app_name',
  tierName: 'choose_a_tier_name',
  nodeName: 'choose_a_node_name'
 });

For more information, see Install the Node.js Agent and Application Monitoring.



--




Copyright (c) AppDynamics, Inc. 2021 CA. All rights reserved.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
24.12.02,917next
24.12.02,917latest

Version History

VersionDownloads (Last 7 Days)Published
24.12.02,917
24.10.01,006
24.9.0547
24.8.290
24.4.11,357
24.4.017
24.3.099
24.2.0249
24.1.00
23.10.01,299
23.7.0180
23.5.01,048
23.3.031
22.11.0797
22.9.01
22.7.014
22.5.02
22.3.0296
22.2.00
21.9.075
21.8.042
21.6.095
21.5.07
21.4.01
21.2.062
21.1.03
20.12.04,084
20.10.13
20.10.00
20.8.00
20.7.00
20.6.067
20.5.01
20.4.00
20.3.10
20.3.00
4.5.23106
4.5.220
4.5.212
4.5.200
4.5.180
4.5.170
4.5.160
4.5.150
4.5.140
4.5.130
4.5.120
4.5.110
4.5.101
4.5.93
4.5.80
4.5.70
4.5.60
4.5.50
4.5.41
4.5.30
4.5.20
4.5.10
4.5.07
4.4.97
4.4.80
4.4.70
4.4.51
4.4.40
4.4.30
4.4.20
4.3.80
4.4.10
4.3.70
4.3.60
4.3.50
4.3.40
4.3.30
4.3.20
4.3.10
4.3.00
4.2.1511
4.2.143
4.2.133
4.2.123
4.2.113
4.2.103
4.2.93
4.2.83
4.2.73
4.2.63
4.2.53
4.2.44
4.2.30
4.2.20
4.1.100
4.2.10
4.2.00
4.1.80
4.1.70
4.1.60
4.1.50
4.1.41
4.1.30
4.1.20
4.1.10
4.1.00
4.0.70
4.0.60
4.0.50
4.0.40
4.0.30
4.0.20
4.0.10
3.9.80
3.9.70
4.0.00
3.9.50
3.9.40
3.9.30
3.9.20
3.9.10
3.9.00
0.1.40
0.1.30
0.1.20
0.1.10
0.1.00

Package Sidebar

Install

npm i appdynamics

Weekly Downloads

14,564

Version

24.12.0

License

SEE LICENSE IN https://legal.appdynamics.com/SaaSandOnPremise_EULA.pdf

Unpacked Size

421 kB

Total Files

91

Last publish

Collaborators

  • appdynamics