@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.
13 lines • 551 B
TypeScript
import { ViewOptions } from '@opentelemetry/sdk-metrics';
export declare function enableDebugMetrics(): void;
export declare function recordCpuProfilerMetrics(metrics: {
profilerStartDuration: number;
profilerStopDuration: number;
profilerProcessingStepDuration: number;
}): void;
export declare function recordHeapProfilerMetrics(metrics: {
profilerCollectDuration: number;
profilerProcessingStepDuration: number;
}): void;
export declare function getDebugMetricsViews(): ViewOptions[];
//# sourceMappingURL=debug_metrics.d.ts.map