1.2.0 • Published 5 years ago

@lumigo/node-tracer v1.2.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
5 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

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago