Skip to content

opentelemetry-plugin-knex 0.38.1

Install from the command line:
Learn more about npm packages
$ npm install @myrotvorets/opentelemetry-plugin-knex@0.38.1
Install via package.json:
"@myrotvorets/opentelemetry-plugin-knex": "0.38.1"

About this version

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.

Details


Assets

  • opentelemetry-plugin-knex-0.38.1.tgz

Download activity

  • Total downloads 86
  • Last 30 days 86
  • Last week 86
  • Today 30