Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 897 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 897 Bytes

@instana/serverless-collector   OpenTracing Badge

Monitor your Node.js applications on any serverless environment with Instana!

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.

Restrictions

The serverless collector does not support autotracing and metrics.

Installation

npm i @instana/serverless-collector --save
// NOTE: The package auto initializes itself.
require('@instana/serverless-collector');

For more in-depth documentation, refer to this page.