jgalar / blkin

This repo holds a library for low overhead zipkin instrumentation based on the LTTng toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#blkin

blkin is a C/C++ library that enables you to get traces from C/C++ applications according to the tracing semantics mentioned in the Dapper paper[1] and implemented in Zipkin[2]

As a tracing backend blkin uses LTTng

Dependencies

  • libboost-all-dev
  • lttng-tools

About

This repo holds a library for low overhead zipkin instrumentation based on the LTTng toolkit

License:BSD 2-Clause "Simplified" License