This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
Releases: census-instrumentation/opencensus-php
Releases · census-instrumentation/opencensus-php
OpenCensus PHP v0.7.0
OpenCensus PHP v0.6.0
OpenCensus PHP v0.5.2
OpenCensus PHP v0.5.1
- Memcache extension integration removed - Memcache extension requires PHP < 7 and OpenCensus extension requires PHP >= 7 (#182)
- Added static methods to global tracer for adding attributes, time events (#178)
- Guzzle extension integration removed - Guzzle Middleware/EventSubscriber should be used (#188)
- Fixed handling of large decimal span ids in
CloudTraceFormat
for span context propagation (#192)
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)
OpenCensus PHP v0.4.3
- Fix microsecond resolution when PHP's locale has been changed (#168)
OpenCensus PHP v0.4.2
OpenCensus PHP v0.4.1
- Fix
traceId
for spans when using theExtensionTracer
(#157)
OpenCensus PHP v0.4.0
OpenCensus PHP v0.3.0
- [BREAKING CHANGE]: ZipkinExporter now initialized with endpoint URL in place of host/port/path
- ZipkinExporter now attempts to detect span kind from span name or enclosed message events.