UNPKG

applicationinsights

Version:

Microsoft Application Insights module for Node.js

11 lines (10 loc) 355 B
import { LogRecord, LogRecordProcessor } from "@opentelemetry/sdk-logs"; export declare class AttributeLogProcessor implements LogRecordProcessor { private _attributes; constructor(attributes: { [key: string]: string; }); onEmit(record: LogRecord): void; shutdown(): Promise<void>; forceFlush(): Promise<void>; }