Skip to content

Releases: dulikvor/cppKin

cppKin 1.1

19 Jun 09:01
09373d4
Compare
Choose a tag to compare

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.

cppKin 1.1

17 May 19:36
f2027e5
Compare
Choose a tag to compare

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.

cppKin 1.1

15 Apr 06:33
73fc971
Compare
Choose a tag to compare

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.

cppKin 1.0

07 Aug 08:21
ae6dd08
Compare
Choose a tag to compare

cppKin's first release, the release includes the following features:

Build:

  • cppKin building scripts are available.
  • Project is fully portable and supports both Windows and Linux.
  • A simple example, fully portable for both platforms.
  • Few tests, only supported under linux.

Core Features

Tracing:

Supports the following capabilities:

  • Creating a trace.
  • Creating a child span.
  • Joining an existing span.
  • Adding annotations (non binary).

Transportation:

Supports the following transportations:

  • HTTP.
  • Scribe.