@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.
8 lines • 551 B
TypeScript
import { Instrumentation } from '@opentelemetry/instrumentation';
import type { StartTracingOptions, TracingOptions } from './types';
export type { StartTracingOptions, TracingOptions };
export declare function isTracingContextManagerEnabled(): boolean;
export declare function getLoadedInstrumentations(): Instrumentation<import("@opentelemetry/instrumentation").InstrumentationConfig>[];
export declare function startTracing(options: TracingOptions): boolean;
export declare function stopTracing(): Promise<void>;
//# sourceMappingURL=index.d.ts.map