opencensus-cpp icon indicating copy to clipboard operation
opencensus-cpp copied to clipboard

provide an abstract transport interface

Open kyessenov opened this issue 5 years ago • 1 comments

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:

  1. low-level WASM network system calls would be inefficient in this context (no pooling, advanced routing, etc)
  2. authentication plugins in Envoy

/cc @mandarjog

kyessenov avatar Nov 04 '19 21:11 kyessenov

Related issue: https://github.com/open-telemetry/opentelemetry-cpp/issues/6

g-easy avatar Nov 05 '19 01:11 g-easy