nestjs-auditlog
Version:
A powerful package for auditlog using opentelemetry in NestJS applications
6 lines (5 loc) • 311 B
TypeScript
import { IExporterConfig } from '../audit-log.interface';
import { AuditLogExporter } from './auditlog.exporter';
export declare class AuditlogOltpHttpExporter extends AuditLogExporter {
constructor(serviceName: string, serviceNamespace: string, config: IExporterConfig, serviceEnvironmentName?: string);
}