@vtex/diagnostics-nodejs
Version:
Diagnostics library for Node.js applications
9 lines • 580 B
TypeScript
import { Exporter, ExporterConfig } from '../types/exporters';
import { OTLPExporter } from './otlp';
import { StdoutExporter } from './stdout';
import { CreateTracesExporterConfig, CreateLogsExporterConfig, CreateMetricsExporterConfig } from './interface';
export declare function CreateExporter(config: ExporterConfig, type?: 'otlp' | 'stdout'): Exporter;
export { CreateTracesExporterConfig, CreateLogsExporterConfig, CreateMetricsExporterConfig };
export { TelemetryType } from '../types/exporters';
export { OTLPExporter, StdoutExporter };
//# sourceMappingURL=index.d.ts.map