UNPKG

@splunk/otel

Version:

The Splunk distribution of OpenTelemetry Node Instrumentation provides a Node agent that automatically instruments your Node application to capture and report distributed traces to Splunk APM.

9 lines 513 B
import { LogRecordProcessor } from '@opentelemetry/sdk-logs'; import type { LoggingOptions, StartLoggingOptions } from './types'; export type { LoggingOptions, StartLoggingOptions }; export declare function startLogging(options: LoggingOptions): { stop: () => Promise<void>; }; export declare function _setDefaultOptions(options?: StartLoggingOptions): LoggingOptions; export declare function defaultlogRecordProcessorFactory(options: LoggingOptions): LogRecordProcessor[]; //# sourceMappingURL=index.d.ts.map