1.2.0 • Published 6 years ago

@lumigo/node-tracer v1.2.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

lumigo-node :stars:

CircleCI codecov License semantic-release

@lumigo/tracer is Lumigo's distributed-tracing and performance monitoring agent for Node.js.

Usage

Install @lumigo/tracer:

npm:

$ npm i @lumigo/tracer

Lambda layer ARN:

arn:aws:lambda:YOUR-REGION:724777057400:layer:lumigo-node-tracer:9

Wrap your handler (replace DEADBEEF with your token):

const lumigo = require('@lumigo/tracer')({ token: 'DEADBEEF' })

const myHandler = async (event, context, callback) => { ... }

exports.handler = lumigo.trace(myHandler)
1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago