@vtex/diagnostics-nodejs
Version:
Diagnostics library for Node.js applications
11 lines • 447 B
TypeScript
export * as Types from './types';
export * as Logs from './logs';
export * as Metrics from './metrics';
export * as Traces from './traces';
export * as Exporters from './exporters';
export * as Samplers from './samplers';
export * as Providers from './providers';
export * as Processors from './processors';
export * as Instrumentation from './instrumentation';
export { NewTelemetryClient } from './telemetry';
//# sourceMappingURL=index.d.ts.map