Feature request: accept proto-marshalled data in Stream.write() #3553
Labels
area: grpc
evaluation needed
proposal needs to be validated or tested before fully implementing it in k6
I'm trying to send OTLP traces using gRPC to Tempo using k6. Currently there is a k6 extension for OTLP that generates a byte array of proto-marshalled data. But this gRPC extension rejects this data format. I'd like for there to be some way to either have Stream.write() accept a byte array (either automatically or via a configuration parameter).
The text was updated successfully, but these errors were encountered: