This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
OpenCensus PHP v0.5.0
Breaking Changes
- Third-party exporters (
StackdriverExporter
,ZipkinExporter
) have moved to their own packages (opencensus/opencensus-exporter-stackdriver and opencensus/opencensus-exporter-zipkin) as part of the census-ecosystem GitHub organization
Added
- Allow collecting time events and links (#171)
- Add
OneLineEchoExporter
for nice debug output (#177) - Thanks @castaneai!
Fixed
- Fix Guzzle http span propagation (#170)