interface InstrumentationsConfig
Since 0.2.0

Configuration for auto-instrumentations.

Properties

readonly
optional
http: true | InstrumentationConfig

node:http/https via @opentelemetry/instrumentation-http. Node-only; no-op elsewhere.

readonly
optional
fetch: true | InstrumentationConfig

Node undici/fetch via @opentelemetry/instrumentation-undici. Node-only; no-op elsewhere.

readonly
optional
ioredis: true | InstrumentationConfig

ioredis via @opentelemetry/instrumentation-ioredis. Node-only; no-op elsewhere.

readonly
optional
amqplib: true | InstrumentationConfig

amqplib via @opentelemetry/instrumentation-amqplib. Node-only; no-op elsewhere.

readonly
optional
kafkajs: true | InstrumentationConfig

kafkajs via @opentelemetry/instrumentation-kafkajs. Node-only; no-op elsewhere.

Usage

import { type InstrumentationsConfig } from "telemetry-plugin/src/index.ts";