All Projects → census-instrumentation → Opencensus Cpp

census-instrumentation / Opencensus Cpp

Licence: apache-2.0
A stats collection and distributed tracing framework

Projects that are alternatives of or similar to Opencensus Cpp

Opencensus Csharp
Distributed tracing and stats collecting framework
Stars: ✭ 126 (+2.44%)
Mutual labels:  stats, trace
Opencensus Web
A stats collection and distributed tracing framework
Stars: ✭ 168 (+36.59%)
Mutual labels:  stats, trace
Opencensus Erlang
A stats collection and distributed tracing framework
Stars: ✭ 131 (+6.5%)
Mutual labels:  stats, trace
Opencensus Node
A stats collection and distributed tracing framework
Stars: ✭ 249 (+102.44%)
Mutual labels:  stats, trace
Opencensus Go
A stats collection and distributed tracing framework
Stars: ✭ 1,895 (+1440.65%)
Mutual labels:  stats, trace
Opencensus Java
A stats collection and distributed tracing framework
Stars: ✭ 640 (+420.33%)
Mutual labels:  stats, trace
Third Stats
A Thunderbird 78+ add-on for beautifully visualized email account stats
Stars: ✭ 78 (-36.59%)
Mutual labels:  stats
Server Stats
Statsy is a easy to use open source PHP tool for developers, that allows you to return various types of information about your server.
Stars: ✭ 101 (-17.89%)
Mutual labels:  stats
Github Traffic
Get the Github traffic for the specified repository
Stars: ✭ 77 (-37.4%)
Mutual labels:  stats
Dubbo Trace
基于Dubbo的分布式系统调用跟踪Demo
Stars: ✭ 72 (-41.46%)
Mutual labels:  trace
Applicationinsights Python
Application Insights SDK for Python
Stars: ✭ 114 (-7.32%)
Mutual labels:  trace
Ot Node
OriginTrail network node
Stars: ✭ 107 (-13.01%)
Mutual labels:  trace
Laravel Tracer
Shows the path of each blade file loaded in a template
Stars: ✭ 96 (-21.95%)
Mutual labels:  trace
Superseriousstats
superseriousstats is a fast and efficient program to create statistics out of various types of chat logs
Stars: ✭ 78 (-36.59%)
Mutual labels:  stats
Webpack Format Messages
Beautiful formatting for Webpack messages; ported from Create React App!
Stars: ✭ 103 (-16.26%)
Mutual labels:  stats
Go Trace
Implementing a path tracer in Go
Stars: ✭ 77 (-37.4%)
Mutual labels:  trace
Chaid
A python implementation of the common CHAID algorithm
Stars: ✭ 108 (-12.2%)
Mutual labels:  stats
Kubectl Trace
Schedule bpftrace programs on your kubernetes cluster using the kubectl
Stars: ✭ 1,194 (+870.73%)
Mutual labels:  trace
Pypistats
Command-line interface to PyPI Stats API to get download stats for Python packages
Stars: ✭ 86 (-30.08%)
Mutual labels:  stats
Npm Stats
📈 npm package statistics dashboard build with vue
Stars: ✭ 106 (-13.82%)
Mutual labels:  stats

OpenCensus - A stats collection and distributed tracing framework

Gitter chat Travis Build Status Appveyor Build Status

OpenCensus is a toolkit for collecting application performance and behavior data. It currently includes an API for tracing and stats.

This library is currently in alpha: the API is in the process of being finalized; much of the implementation will be replaced with a more optimized one in the near future.

Please join gitter for help or feedback on this project.

This is not an officially supported Google product.

Quickstart

Please refer to examples/helloworld/ for an example of instrumentation with OpenCensus.

Please refer to examples/grpc/ for an example RPC server that integrates gRPC, Stackdriver, and Prometheus.

Please refer to trace/examples/span_example.cc for tracing and stats/examples/view_and_recording_example.cc for stats.

Directory structure

  • opencensus/ prefix to get #include paths like opencensus/trace/span.h
    • common/ - Provides common libraries and components for OpenCensus.
    • doc/ - Documentation for our APIs, coding style, etc.
    • exporters/ - Exporters send stats and traces to monitoring services.
    • plugins/ - Plugins add OpenCensus instrumentation to frameworks.
    • stats/ - OpenCensus stats API.
    • trace/ - OpenCensus tracing API.

Language support

  • STL is required. (e.g. libstdc++, libc++, etc)
  • C++11 is required.
  • absl is used for its building blocks.
  • googletest is used for tests.
  • benchmark is used for benchmarking.
  • We do not depend on:
    • Boost
    • Exception handling
    • RTTI

Compiler support

We are targeting the following compilers:

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].