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

OpenTracing Tracer implementation for Zipkin in C++

Results 19 zipkin-cpp-opentracing issues
Sort by recently updated
recently updated
newest added

I am getting this error while I build my docker file 3rd_party/include/zipkin/catch/catch.hpp:6465:33: error: size of array ‘altStackMem’ is not an integral constant-expression 26.70 6465 | static char altStackMem[SIGSTKSZ]; This din't...

Can we use this latest catch version here

My layman attempt to support collector using https See issue #50

I have run into an issue with specifying a collector which uses HTTPS. I am no C++ dev but would it be easy to enable users to specify a collector...

I do a performance test, this patch can improve above 26%. from 18398 RPS to 21730 RPS.

fix compile problem: Clone method of abstract class SpanContext is no implemented

Implemented Clone(), ToTraceID(), ToSpanID(), extra variants of Log() methods for SpanContext. Test cases for Clone(), ToTraceID(), and ToSpanID().

Closes #36 To prevent accidental casts from uint64_t to `TraceId`s (since they're 128-bit nowadays), the 64-bit `TraceId` constructor is made explicit.

Version 0.5.2 has a link error(from the CMakeError.log): ` CheckSymbolExists.c:(.text+0x1b): undefined reference to 'pthread_create' collect2: error: ld returned 1 exit status `