Module Signal.Decode

Decode signals from protobuf encoded strings, received over the wire

val logs : string -> Opentelemetry_proto.Logs.resource_logs list

logs s is a list of log resources decoded from the protobuf encoded string s.

metrics s is a list of metrics resources decoded from the protobuf encoded string s.

val traces : string -> Opentelemetry_proto.Trace.resource_spans list

traces s is a list of span resources decoded from the protobuf encoded string s.