0.32.0 • Published 27 days ago

@myrotvorets/opentelemetry-plugin-knex v0.32.0

Weekly downloads
1,993
License
MIT
Repository
github
Last release
27 days ago

opentelemetry-plugin-knex

Quality Gate Status Build and Test

OpenTelemetry knex automatic instrumentation package

Usage

import { NodeSDK } from '@opentelemetry/sdk-node';
import { KnexInstrumentation } from '@myrotvorets/opentelemetry-plugin-knex';
import { HttpInstrumentation } from '@opentelemetry/instrumentation-http';

const sdk = new NodeSDK({
    serviceName: 'example',
    instrumentations: [new HttpInstrumentation(), new KnexInstrumentation()],
});

sdk.start();

See the example directory for a working example.

0.32.0

27 days ago

0.31.0

3 months ago

0.30.1

6 months ago

0.30.0

7 months ago

0.29.0

8 months ago

0.28.0

8 months ago

0.27.0

1 year ago

0.26.0

1 year ago

0.25.0

1 year ago

0.24.0

2 years ago

0.22.2

2 years ago

0.23.0

2 years ago

0.21.0

2 years ago

0.22.1

2 years ago

0.20.1

2 years ago

0.20.0

2 years ago

0.19.0

2 years ago

0.18.0

2 years ago

0.17.0

3 years ago

0.16.0

3 years ago

0.15.1

3 years ago

0.15.0

3 years ago

0.14.0

3 years ago

0.13.0

3 years ago

0.12.0

3 years ago

0.11.3

3 years ago

0.11.2

3 years ago

0.11.0

3 years ago

0.11.1

3 years ago

0.10.1

3 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.9.1

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.9

3 years ago

0.2.8

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.3

4 years ago

0.2.4

4 years ago

0.2.2

4 years ago