Skip to content

cppKin 1.1

Latest
Compare
Choose a tag to compare
@dulikvor dulikvor released this 19 Jun 09:01
· 3 commits to master since this release
09373d4

Python:

  • all cpp interfaces are now available in python.
  • span/trace decorators.
  • decorated functions when hinted provide a direct access to their span/trace instance.
  • Context manager can be use to instrument.

Core Features

Tracing:

  • Span Header is accessed in b3 format.
  • Tags are supported.

Build:

  • Visual studio 2015 support.
  • Python distribution via PyPI.