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.

9 lines 394 B
export declare const PROVIDER_MAP: Record<string, string>; export interface AttributeMapping { from: string; to?: string; transform?: (value: any, attrs: Record<string, any>) => any; } export declare function tryParseJson(value: string): unknown; export declare function serializeToJson(value: unknown, maxDepth?: number): string; //# sourceMappingURL=instrumentation-utils.d.ts.map