Package Information |
Summary |
A stats collection and distributed tracing framework |
Maintainers |
Jeff Ching (lead)
[details]
|
License |
Apache 2.0 |
Description |
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. |
Homepage |
https://github.com/census-instrumentation/opencensus-php
|
Release notes
Version 0.0.2
(devel)
|
- Fix builds for 32-bit architecture (#15) - Fix windows builds (#17) |