opentracing-cpp

OpenTracing API implementation for C++ applications

brewmacoslinux
Try with needOr install directly
Source

About

OpenTracing API for C++

Commands

opentracing-cpp

Examples

Include OpenTracing headers in C++ project compilation$ g++ -I$(brew --prefix opentracing-cpp)/include myapp.cpp -o myapp
Link against OpenTracing library in CMake projects$ find_package(OpenTracing REQUIRED) and target_link_libraries(myapp OpenTracing::OpenTracing)
Verify OpenTracing installation and version$ pkg-config --cflags --libs opentracing