cppKin icon indicating copy to clipboard operation
cppKin copied to clipboard

Zipkin tracing library for Python and C++

Results 4 cppKin issues
Sort by recently updated
recently updated
newest added

Minor issue, on fedora 31 with gcc-c++-9.2.1 the pip install fails due to syntax warning/errors. Was able to work around it by adding to setup.py cmake_args: '-DCMAKE_CXX_FLAGS=-Wno-error=parentheses' Hopefully syntax can...

The user should be able to indicate errors by using annotations. un handled exceptions should produce error annotations.

enhancement

zipkin have moved some time ago to a new interface and data model, for more information - https://zipkin.io/zipkin-api/

enhancement

Events/Spans interface needs to support ansi like format in writing.

enhancement