UNPKG

@opentelemetry/otlp-transformer

Version:
5 lines 328 B
import type { ISerializer } from '../../i-serializer'; import type { ReadableLogRecord } from '@opentelemetry/sdk-logs'; import type { IExportLogsServiceResponse } from '../export-response'; export declare const JsonLogsSerializer: ISerializer<ReadableLogRecord[], IExportLogsServiceResponse>; //# sourceMappingURL=logs.d.ts.map