opentracing-cpp
OpenTracing API for C++. ๐ This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
File Explorer
Download Latest Version (.zip)- catch.hpp
- LICENSE.txt
- expected.hpp
- LICENSE
- LICENSE
- recursive_wrapper.hpp
- variant.hpp
- BUILD
- setup_linux_environment.sh
- setup_osx_environment.sh
- OpenTracingConfig.cmake
- runldconfig
- weak_symbol.cpp
- CMakeLists.txt
- dynamic_load-example.cpp
- CMakeLists.txt
- text_map_carrier.h
- tutorial-example.cpp
- CMakeLists.txt
- tags.h
- dynamic_load.h
- noop.h
- propagation.h
- span.h
- string_view.h
- symbols.h
- tracer.h
- tracer_factory.h
- util.h
- value.h
- in_memory_recorder.h
- json.h
- json_recorder.h
- recorder.h
- symbols.h
- tracer.h
- tracer_factory.h
- base64.cpp
- base64.h
- dynamic_load.cpp
- in_memory_recorder.cpp
- json.cpp
- json_recorder.cpp
- mock_span.cpp
- mock_span.h
- mock_span_context.cpp
- mock_span_context.h
- propagation.cpp
- propagation.h
- tracer.cpp
- tracer_factory.cpp
- utility.cpp
- utility.h
- BUILD
- CMakeLists.txt
- json_test.cpp
- propagation_test.cpp
- tracer_factory_test.cpp
- tracer_test.cpp
- BUILD
- CMakeLists.txt
- LICENSE.apache
- run_clang_format.sh
- tags.cpp
- dynamic_load.cpp
- dynamic_load_unix.cpp
- dynamic_load_unsupported.cpp
- dynamic_load_windows.cpp
- noop.cpp
- propagation.cpp
- tracer.cpp
- tracer_factory.cpp
- BUILD
- CMakeLists.txt
- dynamic_load_test.cpp
- multiple_tracer_link_test.cpp
- string_view_test.cpp
- tracer_a.cpp
- tracer_b.cpp
- tracer_test.cpp
- util_test.cpp
- value_test.cpp
- .appveyor.yml
- .clang-format
- .gitignore
- .travis.yml
- AUTHORS
- BUILD.bazel
- ChangeLog
- CMakeLists.txt
- config.h.in
- LICENSE
- NEWS
- README.md
- RELEASE.md
- version.h.in
- WORKSPACE
# Installation Guide
1. Get the code
git clone https://github.com/opentracing/opentracing-cpp
Downloads the entire project code from GitHub to your computer.
cd opentracing-cpp
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
cmake -G "Visual Studio 15 2017 Win64" ..
Type this command into your terminal and run it.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
