Describe the current state
We only support HTTP as transport for both JSON and protobuf messages.
These are mandatory as per the specification.
gRPC transport is optional but it's widely used and we should be able to support it.
Describe the desired state
Add gRPC transport support in src/otlp.zig.
There is a library that might be used for this: https://github.com/ziglana/gRPC-zig
Originally posted in zig-o11y/opentelemetry-sdk#102
Describe the current state
We only support HTTP as transport for both JSON and protobuf messages.
These are mandatory as per the specification.
gRPC transport is optional but it's widely used and we should be able to support it.
Describe the desired state
Add gRPC transport support in
src/otlp.zig.There is a library that might be used for this: https://github.com/ziglana/gRPC-zig
Originally posted in zig-o11y/opentelemetry-sdk#102