2ndQuadrant / jaeger-client-c

Jaeger C Client (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jaeger C Client

Install

By default the client build will fetch all dependencies from the Hunter build dependency system. Only cmake must be installed.

This may be disabled with

cmake -DHUNTER_ENABLED=0 -DJAEGERTRACINGC_USE_PCG=0

in which case local library dependencies must be installed.

On Debian, the following command should work.

sudo apt install libhttp-parser-dev libjansson-dev protobuf-c-compiler \
                 libprotobuf-c-dev

or on Fedora

sudo dnf install jansson-devel http-parser-devel protobuf-c-devel \
		protobuf-c-compiler

Run git submodule update --init to fetch the submodules.

About

Jaeger C Client (WIP)

License:Apache License 2.0


Languages

Language:C 79.3%Language:CMake 11.1%Language:C++ 6.3%Language:Shell 2.1%Language:Python 1.3%