open-telemetry / otel-arrow

Protocol and libraries for sending and receiving OpenTelemetry data using Apache Arrow
Apache License 2.0
68 stars 13 forks source link

[otel-arrow/protocol] Expand StatusCode enum to include more useful gRPC codes #202

Closed jmacd closed 3 months ago

jmacd commented 3 months ago

The OTel-Arrow protocol encodes an enum that matches gRPC status codes, and we have only listed the codes we use. This adds several useful codes which will be used to improve testing and observability in various return points in the receiver. Not all gRPC codes are included.

Comments are replaced with references to the gRPC documentation.