opencensus-cpp
opencensus-cpp copied to clipboard
A stats collection and distributed tracing framework
We don't currently have an API for adding/removing/replacing tags. OpenCensus Go: https://github.com/census-instrumentation/opencensus-go/blob/ae36bd8445ff9cde752c94cf0d4f3f9dced1facc/tag/map.go OpenCensus Java: https://github.com/census-instrumentation/opencensus-java/blob/809ed22dfe50a21426e0db20c85a28daa8ad028b/api/src/main/java/io/opencensus/tags/TagContextBuilder.java
Jaeger is a good opentracing impl, have plan to support jaeger exporter?
See the their documentation here https://grpc.io/grpc/cpp/namespacegrpc.html
Now if use `opencensus::RegisterGrpcPlugin()`, the filter is affected for every channel. Does is support for register grpc filter for which channel i want to use?
Ideally, the Register method for the StackdriverExporter would return a Status object. Looking at the code, this may not be trivial to implement since the registration is actually handled in...
Firstly, thank you for the great work on OpenCensus-CPP! I kindly would like to ask if perhaps someone could run and publish some benchmarks on the wiki. I ask because...
Similar to grpc-java and grpc