0.5.8 • Published 1 year ago
@baselime/node-opentelemetry v0.5.8
Node.js Baselime OpenTelemetry SDK
Instrument your Node.js applications with OpenTelemetry and send the traces to Baselime.
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
Field | Type | Description |
---|---|---|
instrumentations | InstrumentationOption[] | An array of instrumentation options. |
baselimeKey | string (optional) | The Baselime key. |
collectorUrl | string (optional) | The URL of the collector. |
service | string (optional) | The service name. |
namespace | string (optional) | The namespace. |
License
© Baselime Limited, 2023
Distributed under Apache 2 License (Apache-2.0
).
See LICENSE for more information.
0.5.8
1 year ago
0.5.6
1 year ago
0.5.4
1 year ago
0.5.3
1 year ago
0.5.5
1 year ago
0.5.2
1 year ago
0.5.1
1 year ago
0.5.0
1 year ago
0.4.8
1 year ago
0.4.7
1 year ago
0.4.5
1 year ago
0.4.4
1 year ago
0.4.6
1 year ago
0.4.1
1 year ago
0.4.3
1 year ago
0.4.2
1 year ago
0.4.0
1 year ago
0.3.9
1 year ago
0.3.8
1 year ago
0.3.7
1 year ago
0.3.6
1 year ago
0.3.5
1 year ago
0.3.2
1 year ago
0.3.1
1 year ago
0.3.0
1 year ago
0.2.14
2 years ago
0.2.13
2 years ago
0.2.12
2 years ago
0.2.11
2 years ago
0.2.10
2 years ago
0.2.9
2 years ago
0.2.8
2 years ago
0.2.7
2 years ago
0.2.6
2 years ago
0.2.5
2 years ago
0.2.4
2 years ago
0.2.3
2 years ago
0.2.2
2 years ago
0.2.2-0
2 years ago
0.2.2-experimental
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.1.0
2 years ago