24.2.0 • Published 1 month ago

appdynamics v24.2.0

Weekly downloads
21,577
License
SEE LICENSE IN ht...
Repository
github
Last release
1 month ago

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.

24.2.0

1 month ago

24.1.0

2 months ago

23.7.0

8 months ago

23.10.0

5 months ago

23.5.0

11 months ago

23.3.0

1 year ago

22.11.0

1 year ago

22.7.0

2 years ago

22.9.0

1 year ago

22.5.0

2 years ago

22.3.0

2 years ago

22.2.0

2 years ago

21.9.0

2 years ago

21.8.0

3 years ago

21.6.0

3 years ago

21.5.0

3 years ago

21.4.0

3 years ago

21.2.0

3 years ago

21.1.0

3 years ago

20.12.0

3 years ago

20.10.1

3 years ago

20.10.0

3 years ago

20.8.0

4 years ago

20.7.0

4 years ago

20.6.0

4 years ago

20.5.0

4 years ago

20.4.0

4 years ago

20.3.1

4 years ago

20.3.0

4 years ago

4.5.23

4 years ago

4.5.22

4 years ago

4.5.21

4 years ago

4.5.20

5 years ago

4.5.19

5 years ago

4.5.18

5 years ago

4.5.17

5 years ago

4.5.16

5 years ago

4.5.15

5 years ago

4.5.14

5 years ago

4.5.13

5 years ago

4.5.12

5 years ago

4.5.11

5 years ago

4.5.10

5 years ago

4.5.9

5 years ago

4.5.8

5 years ago

4.5.7

5 years ago

4.5.6

5 years ago

4.5.5

5 years ago

4.5.4

6 years ago

4.5.3

6 years ago

4.5.2

6 years ago

4.5.1

6 years ago

4.5.0

6 years ago

4.4.9

6 years ago

4.4.8

6 years ago

4.4.7

6 years ago

4.4.6

6 years ago

4.4.5

6 years ago

4.4.4

6 years ago

4.4.3

6 years ago

4.4.2

6 years ago

4.3.8

6 years ago

4.4.1

6 years ago

4.3.7

6 years ago

4.4.0

7 years ago

4.3.6

7 years ago

4.3.5

7 years ago

4.3.4

7 years ago

4.3.3

7 years ago

4.3.2

7 years ago

4.3.1

7 years ago

4.3.0

7 years ago

4.2.15

7 years ago

4.2.14

7 years ago

4.2.13

7 years ago

4.2.12

7 years ago

4.2.11

7 years ago

4.2.10

7 years ago

4.2.9

7 years ago

4.2.8

7 years ago

4.2.7

7 years ago

4.2.6

8 years ago

4.2.5

8 years ago

4.2.4

8 years ago

4.2.3

8 years ago

4.2.2

8 years ago

4.1.10

8 years ago

4.2.1

8 years ago

4.2.0

8 years ago

4.1.8

8 years ago

4.1.7

8 years ago

4.1.6

8 years ago

4.1.5

8 years ago

4.1.4

9 years ago

4.1.3

9 years ago

4.1.2

9 years ago

4.1.1

9 years ago

4.1.0

9 years ago

4.0.7

9 years ago

4.0.6

9 years ago

4.0.5

9 years ago

4.0.4

9 years ago

4.0.3

9 years ago

4.0.2

9 years ago

4.0.1

9 years ago

3.9.8

9 years ago

3.9.7

9 years ago

4.0.0

9 years ago

3.9.5

9 years ago

3.9.4

9 years ago

3.9.3

10 years ago

3.9.2

10 years ago

3.9.1

10 years ago

3.9.0

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago