0.5.8 • Published 1 month ago

@baselime/node-opentelemetry v0.5.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Node.js Baselime OpenTelemetry SDK

Documentation Latest Release License

Instrument your Node.js applications with OpenTelemetry and send the traces to Baselime.

A baselime trace diagram

Getting Started

Check out the documentation.

Example

import { BaselimeSDK } from '@baselime/node-opentelemetry';
import { getNodeAutoInstrumentations } from '@opentelemetry/auto-instrumentations-node';


const sdk = new BaselimeSDK({
  instrumentations: [    
    getNodeAutoInstrumentations(),
  ],
});

sdk.start();

Configuration

The BaselimeSDK class takes the following configuration options

FieldTypeDescription
instrumentationsInstrumentationOption[]An array of instrumentation options.
baselimeKeystring (optional)The Baselime key.
collectorUrlstring (optional)The URL of the collector.
servicestring (optional)The service name.
namespacestring (optional)The namespace.

License

© Baselime Limited, 2023

Distributed under Apache 2 License (Apache-2.0).

See LICENSE for more information.

0.5.8

1 month ago

0.5.6

1 month ago

0.5.4

1 month ago

0.5.3

1 month ago

0.5.5

1 month ago

0.5.2

1 month ago

0.5.1

1 month ago

0.5.0

1 month ago

0.4.8

2 months ago

0.4.7

2 months ago

0.4.5

2 months ago

0.4.4

2 months ago

0.4.6

2 months ago

0.4.1

2 months ago

0.4.3

2 months ago

0.4.2

2 months ago

0.4.0

2 months ago

0.3.9

2 months ago

0.3.8

3 months ago

0.3.7

3 months ago

0.3.6

3 months ago

0.3.5

3 months ago

0.3.2

3 months ago

0.3.1

3 months ago

0.3.0

5 months ago

0.2.14

6 months ago

0.2.13

6 months ago

0.2.12

6 months ago

0.2.11

6 months ago

0.2.10

6 months ago

0.2.9

6 months ago

0.2.8

7 months ago

0.2.7

7 months ago

0.2.6

7 months ago

0.2.5

7 months ago

0.2.4

7 months ago

0.2.3

7 months ago

0.2.2

7 months ago

0.2.2-0

7 months ago

0.2.2-experimental

7 months ago

0.2.1

7 months ago

0.2.0

7 months ago

0.1.0

9 months ago