opencensus 0.1.0RC2

A stats collection and distributed tracing framework


OpenCensus is a open source, distributed tracing system that allows you to collect latency data and report it to any trace aggregation system such as Zipkin or Stackdriver Trace.

This extension allows you to easily gather latency and other metadata by watching for targeted function and method invocations without needing to inject code into the libraries.

License: Apache 2.0

Changes

RC1 for alpha release.
- Refactored internal data structures to match OpenCensus models
- Supports creating detached spans.
- Add support for annotations, message events, and links.