I am looking for a way to send a open-telemetry trace payload to a deployed otel collector , this payload is to be sent on gRPC protocol.
I have been using postman rest client to send an http request with a JSON payload on the url : localhost:55681/v1/traces , is something similar possible to do with gRPC.
Something like the otel-cli maybe?