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.1.0RC1
(devel)
|
RC1 for alpha release. - Refactored internal data structures to match OpenCensus models - Supports creating detached spans. - Add support for annotations, message events, and links. |