@vtex/diagnostics-nodejs
Version:
Diagnostics library for Node.js applications
5 lines • 420 B
TypeScript
import { ExporterConfig, ExporterOptions } from '../types/exporters';
export declare function CreateTracesExporterConfig(options?: Partial<ExporterOptions>): ExporterConfig;
export declare function CreateLogsExporterConfig(options?: Partial<ExporterOptions>): ExporterConfig;
export declare function CreateMetricsExporterConfig(options?: Partial<ExporterOptions>): ExporterConfig;
//# sourceMappingURL=interface.d.ts.map