@nestjs-labs/pino-http-extra
Version:
Enhanced pino-http with OpenTelemetry, Loki, file rotation and enterprise features.
6 lines • 365 B
TypeScript
export { getOtelFormatters } from './formatters.js';
export { getPinoHttpOption } from './options.js';
export { getSerializers } from './serializers.js';
export { createFileStreamEntry, createLokiStreamEntry, createPrettyStreamEntry, getMultiDestinationStream, } from './streams.js';
export type { LokiOptions } from 'pino-loki';
//# sourceMappingURL=index.d.ts.map