UNPKG

enhanced-adot-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 424 B
import { AttributeValue, Attributes } from '@opentelemetry/api'; export declare const CLOUD_PLATFORM_MAPPING: { [cloudPlatformKey: string]: string; }; export declare function wildcardMatch(pattern?: string, text?: AttributeValue): boolean; export declare function attributeMatch(attributes: Attributes | undefined, ruleAttributes: { [key: string]: string; } | undefined): boolean; //# sourceMappingURL=utils.d.ts.map