UNPKG

@aws/aws-distro-opentelemetry-node-autoinstrumentation

Version:

This package provides Amazon Web Services distribution of the OpenTelemetry Node Instrumentation, which allows for auto-instrumentation of NodeJS applications.

6 lines 386 B
import { InstrumentationConfigMap } from '@opentelemetry/auto-instrumentations-node'; import { Instrumentation } from '@opentelemetry/instrumentation'; export declare function setAwsDefaultEnvironmentVariables(): void; export declare const instrumentationConfigs: InstrumentationConfigMap; export declare const instrumentations: Instrumentation[]; //# sourceMappingURL=register.d.ts.map