This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
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)