Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

OpenCensus PHP v0.4.0

Compare
Choose a tag to compare
@chingor13 chingor13 released this 02 Apr 20:17
· 41 commits to master since this release
6255978

Breaking Changes

  • ExporterInterface changed to export(array $spans) - accepting an array of SpanData read-only instances. This is only breaking if you have implemented your own custom exporter. (#149, #150)

Added

  • Re-introduce Span kind (#151)
  • Set defaults for Span sameProcessAsParentSpan (#153)
  • Add stackTraceHashId to SpanData (#154)
  • Add MultiSampler (#147)
  • RequestTracer detects common attributes from the request in standardized attributes. (#146)