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

Zipkin tracing library for C/C++

Results 8 zipkin-cpp issues
Sort by recently updated
recently updated
newest added

We are trying to build zipkin-cpp in centos7 and we have overcome most of the build errors but we are now running into this with folly external package you have...

As discussed on https://github.com/openzipkin/b3-propagation/issues/21 and first implemented here: https://github.com/openzipkin/brave/blob/master/brave/src/main/java/brave/propagation/B3SingleFormat.java https://github.com/openzipkin/brave/blob/master/brave/src/test/java/brave/propagation/B3SingleFormatTest.java Let's support at least reading "b3" header from a single string, most commonly traceid-spanid-1 It would also be nice to...

enhancement

[ 58%] Building CXX object src/CMakeFiles/zipkin.dir/Collector.cpp.o In file included from /root/zipkin-cpp/build/externals/include/thrift/transport/TServerSocket.h:25:0, from /root/zipkin-cpp/build/externals/include/thrift/transport/TSocket.h:27, from /root/zipkin-cpp/src/ScribeCollector.h:5, from /root/zipkin-cpp/src/Collector.cpp:15: /root/zipkin-cpp/build/externals/include/thrift/cxxfunctional.h:115:23: error: ‘function’ is already declared in this scope using ::std::tr1::function; ^ /root/zipkin-cpp/build/externals/include/thrift/cxxfunctional.h:119:39:...

Zipkin v2 add a new span format (openzipkin/zipkin#1499)

It seems zipkin-cpp can not work on vc2015 yet :(

enhancement
help wanted

Can you give a complete local tracing example? I have the following test code. It compiles and runs but my zipkin server does not capture anything. ``` int main(int argc,...

enhancement