opencensus

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

Latest releases

Version Release Download
0.3.0 2021-06-08 opencensus-0.3.0.tgz
0.2.2 2018-05-08 opencensus-0.2.2.tgz
0.2.1 2018-04-18 opencensus-0.2.1.tgz
0.2.0 2018-04-02 opencensus-0.2.0.tgz
0.1.4 2018-03-05 opencensus-0.1.4.tgz
Show all releases

Changelog

Version Message
0.3.0 - OpenCensus stats implementation (#220)
- Fix ZVAL_DESTRUCTOR usage
- Add PHP8 compatibility (#270)
0.2.2 - Fix refcounts for arguments in traced function callbacks (#184)
0.2.1 - Preserve annotation, link, and message event options (#171)
- Preserve span stacktrace when provided as an option (#171)
0.2.0 - Adds Span kind (#151)
- Adds Span sameProcessAsParentSpan (#153)
0.1.4 Fix handling startTime when passed to opencensus_trace_begin (#135)
Show complete changelog