Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 23, 2019 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/7d33511406f7d9973b8119c54815a04d to your computer and use it in GitHub Desktop.
Save ryantm/7d33511406f7d9973b8119c54815a04d to your computer and use it in GitHub Desktop.
/nix/store/4n042qbyrm5hvl0sgm5d9zp8bcl3x5x8-opentracing-cpp-1.6.0
├── include
│   └── opentracing
│   ├── config.h
│   ├── dynamic_load.h
│   ├── expected
│   │   └── expected.hpp
│   ├── ext
│   │   └── tags.h
│   ├── mocktracer
│   │   ├── in_memory_recorder.h
│   │   ├── json.h
│   │   ├── json_recorder.h
│   │   ├── recorder.h
│   │   ├── symbols.h
│   │   ├── tracer_factory.h
│   │   └── tracer.h
│   ├── noop.h
│   ├── propagation.h
│   ├── span.h
│   ├── string_view.h
│   ├── symbols.h
│   ├── tracer_factory.h
│   ├── tracer.h
│   ├── util.h
│   ├── value.h
│   ├── variant
│   │   ├── recursive_wrapper.hpp
│   │   └── variant.hpp
│   └── version.h
└── lib
├── cmake
│   └── OpenTracing
│   ├── OpenTracingConfig.cmake
│   ├── OpenTracingConfigVersion.cmake
│   ├── OpenTracingTargets.cmake
│   └── OpenTracingTargets-release.cmake
├── libopentracing.a
├── libopentracing_mocktracer.a
├── libopentracing_mocktracer.so -> libopentracing_mocktracer.so.1
├── libopentracing_mocktracer.so.1 -> libopentracing_mocktracer.so.1.6.0
├── libopentracing_mocktracer.so.1.6.0
├── libopentracing.so -> libopentracing.so.1
├── libopentracing.so.1 -> libopentracing.so.1.6.0
└── libopentracing.so.1.6.0
9 directories, 35 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment