Signal.ConverterConvert signals to protobuf encoded strings, ready to be sent over the wire
NOTE: The converters share an underlying stateful encoder, so each domain or system thread should have its own Converter instance
val logs :
?encoder:Pbrt.Encoder.t ->
Opentelemetry_proto.Logs.resource_logs list ->
stringlogs ls is a protobuf encoded string of the logs ls
val metrics :
?encoder:Pbrt.Encoder.t ->
Opentelemetry_proto.Metrics.resource_metrics list ->
stringmetrics ms is a protobuf encoded string of the metrics ms
val traces :
?encoder:Pbrt.Encoder.t ->
Opentelemetry_proto.Trace.resource_spans list ->
stringmetrics ts is a protobuf encoded string of the traces ts