opencensus-cpp
                                
                                 opencensus-cpp copied to clipboard
                                
                                    opencensus-cpp copied to clipboard
                            
                            
                            
                        provide an abstract transport interface
Integration with Envoy WASM framework requires that we use a custom transport interface using Envoy's proxy network stack. We would like to build a WASM version of opencensus-cpp that uses a different transport interface than the included gRPC and curl. There are two main benefits:
- low-level WASM network system calls would be inefficient in this context (no pooling, advanced routing, etc)
- authentication plugins in Envoy
/cc @mandarjog
Related issue: https://github.com/open-telemetry/opentelemetry-cpp/issues/6