Package: @effect/opentelemetry
Module: OtlpSerialization
Protobuf serializer layer for OTLP telemetry data.
This serializer encodes telemetry data using Protocol Buffers binary
format with application/x-protobuf content type. It provides more
efficient wire format compared to JSON.
Signature
declare const layerProtobuf: Layer.Layer<OtlpSerialization, never, never>
Since v1.0.0