UNPKG

@opentelemetry/otlp-transformer

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