All Projects → rnburn → zipkin-cpp-opentracing

rnburn / zipkin-cpp-opentracing

Licence: Apache-2.0 license
OpenTracing Tracer implementation for Zipkin in C++

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
shell
77523 projects
Starlark
911 projects

Projects that are alternatives of or similar to zipkin-cpp-opentracing

zipkin-ruby-opentracing
OpenTracing Tracer implementation for Zipkin in Ruby
Stars: ✭ 15 (-67.39%)
Mutual labels:  instrumentation, tracing, trace, opentracing, zipkin
Zipkin Go Opentracing
OpenTracing Bridge for Zipkin Go
Stars: ✭ 472 (+926.09%)
Mutual labels:  instrumentation, tracing, trace, opentracing, zipkin
Molten
php probe for zipkin and opentracing
Stars: ✭ 740 (+1508.7%)
Mutual labels:  instrumentation, tracing, trace, opentracing, zipkin
Zipkin Go
Zipkin tracer library for go
Stars: ✭ 435 (+845.65%)
Mutual labels:  instrumentation, tracing, trace, zipkin
Brave Opentracing
Bridge between OpenTracing and Brave
Stars: ✭ 64 (+39.13%)
Mutual labels:  instrumentation, tracing, opentracing, zipkin
Opencensus Node
A stats collection and distributed tracing framework
Stars: ✭ 249 (+441.3%)
Mutual labels:  instrumentation, tracing, trace, zipkin
nginx-opentracing
Instrument nginx for OpenTracing.
Stars: ✭ 21 (-54.35%)
Mutual labels:  instrumentation, tracing, opentracing, zipkin
go-sensor
🚀 Go Distributed Tracing & Metrics Sensor for Instana
Stars: ✭ 90 (+95.65%)
Mutual labels:  instrumentation, tracing, trace, opentracing
java-jaxrs
OpenTracing Java JAX-RS instrumentation
Stars: ✭ 37 (-19.57%)
Mutual labels:  instrumentation, tracing, opentracing
dropwizard-zipkin
Dropwizard Zipkin Bundle
Stars: ✭ 48 (+4.35%)
Mutual labels:  instrumentation, tracing, zipkin
ruby-sensor
💎 Ruby Distributed Tracing & Metrics Sensor for Instana
Stars: ✭ 23 (-50%)
Mutual labels:  instrumentation, tracing, opentracing
Inspectit
inspectIT is the leading Open Source APM (Application Performance Management) tool for analyzing your Java (EE) applications.
Stars: ✭ 513 (+1015.22%)
Mutual labels:  instrumentation, trace, opentracing
Sqlhooks
Attach hooks to any database/sql driver
Stars: ✭ 397 (+763.04%)
Mutual labels:  instrumentation, tracing, opentracing
Spring Cloud Sleuth
Distributed tracing for spring cloud
Stars: ✭ 1,531 (+3228.26%)
Mutual labels:  instrumentation, tracing, zipkin
easeagent
An agent component for the Java system
Stars: ✭ 437 (+850%)
Mutual labels:  tracing, opentracing, zipkin
Opencensus Web
A stats collection and distributed tracing framework
Stars: ✭ 168 (+265.22%)
Mutual labels:  instrumentation, tracing, trace
Brave
Java distributed tracing implementation compatible with Zipkin backend services.
Stars: ✭ 2,117 (+4502.17%)
Mutual labels:  instrumentation, tracing, zipkin
java-okhttp
OpenTracing Okhttp client instrumentation
Stars: ✭ 21 (-54.35%)
Mutual labels:  instrumentation, tracing, opentracing
Java Spring Cloud
Distributed tracing for Spring Boot, Cloud and other Spring projects
Stars: ✭ 326 (+608.7%)
Mutual labels:  instrumentation, tracing, opentracing
Java Specialagent
Automatic instrumentation for 3rd-party libraries in Java applications with OpenTracing.
Stars: ✭ 156 (+239.13%)
Mutual labels:  instrumentation, tracing, opentracing

zipkin-cpp-opentracing

OpenTracing implementation for Zipkin in C++.

Dependencies

Compile and install

mkdir .build
cd .build
cmake ..
make
sudo make install

Examples

See tutorial.cc.

Dynamic loading

The Zipkin tracer supports dynamic loading and construction from a JSON configuration. See the schema for details on the JSON format.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].