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.3.0
(alpha)
|
- OpenCensus stats implementation (#220) - Fix ZVAL_DESTRUCTOR usage - Add PHP8 compatibility (#270) |