You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-8
Original file line number
Diff line number
Diff line change
@@ -17,16 +17,23 @@
17
17
18
18
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
19
19
20
-
## Instana npm Packages
20
+
## Instana npm packages
21
21
22
-
This repository hosts Instana's Node.js packages. If you are an Instana user, you are probably looking for the package [@instana/collector](packages/collector/README.md) to add Instana monitoring and tracing to your Node.js applications.
22
+
This repository hosts all Instana's Node.js tracer packages.
Monitor your Node.js applications on **any** serverless environment with Instana!
4
+
5
+
**Note:** This package is currently under development and marked as **beta**. Before you proceed with updating to a newer version, please ensure to review the release notes for any upcoming changes that could potentially cause compatibility issues.
6
+
7
+
## Restrictions
8
+
9
+
The serverless collector **does not** support autotracing and metrics.
10
+
11
+
## Installation
12
+
13
+
```sh
14
+
npm i @instana/serverless-collector --save
15
+
```
16
+
17
+
```js
18
+
// NOTE: The package auto initializes itself.
19
+
require('@instana/serverless-collector');
20
+
```
21
+
22
+
For more in-depth documentation, refer to this [page](https://www.ibm.com/docs/en/instana-observability/current?topic=nodejs-serverless-collector-installation).
0 commit comments