Summary
Implement gRPC transport abstraction for the OTLP metrics/traces exporter.
Parent Issue
Tasks
Note
gRPC transport may require additional HTTP-based implementation as OTLP supports both gRPC and HTTP protocols. Consider implementing HTTP-based OTLP first if gRPC is too complex.
Acceptance Criteria
Summary
Implement gRPC transport abstraction for the OTLP metrics/traces exporter.
Parent Issue
Tasks
grpc_transport.hwith abstract interfacestub_grpc_transportfor fallbacknetwork_grpc_transportusing common_system interfacesotlp_metrics_exporterto use gRPC transportNote
gRPC transport may require additional HTTP-based implementation as OTLP supports both gRPC and HTTP protocols. Consider implementing HTTP-based OTLP first if gRPC is too complex.
Acceptance Criteria
otlp_metrics_exportersends real requests when backend is available