IOpipe Agent & Tracing Plugin
This package provides the IOpipe agent and the tracing plugin pre-bundled.
Installation & usage
Install via npm:
npm install --save @iopipe/iopipe
Or via yarn:
yarn add @iopipe/iopipe
Then require this module, passing it an object with your project token (register for access), and it will automatically monitor and collect metrics from your applications running on AWS Lambda.
If you are using the Serverless Framework to deploy your lambdas, check out our serverless plugin.
Example:
const iopipe = token: 'PROJECT_TOKEN' ; exportshandler = ;
By default this package will enable the tracing plugin. For more information on how to use Iopipe and the tracing plugin, see the documentation below:
License
Apache 2.0