UNPKG

@multiplayer-app/otlp-core

Version:

Multiplayer otlp core

4 lines 325 B
import { ReadableLogRecord } from '@opentelemetry/sdk-logs'; import { ISerializer, IExportLogsServiceResponse } from '@opentelemetry/otlp-transformer'; export declare const MultiplayerJsonLogsSerializer: ISerializer<ReadableLogRecord[], IExportLogsServiceResponse>; //# sourceMappingURL=MultiplayerJsonLogsSerializer.d.ts.map