Skip to content

Releases: openzipkin/zipkin-php

Adds support for report metrics

07 Mar 21:46
c5fed92
Compare
Choose a tag to compare

Failures on reporting used to polute logs as they were throwing exceptions, now exceptions are not being propagated but instead they are reported with metrics.

Guards for not to crash on malformed propagated context

06 Mar 21:22
17caf54
Compare
Choose a tag to compare

This version avoids failures when extracting a malformed context: https://github.com/jcchavezs/zipkin-php/pull/65

Adds http.route tag

03 Mar 17:27
d8847d2
Compare
Choose a tag to compare

Zipkin 2.5 formalizes the http.route tag for a better span naming.

v1.0.2

06 Feb 03:11
c9f4af2
Compare
Choose a tag to compare
  • Adds documentation to tags (a393eec)
  • Removes try/catch in the reporter (4e92bcf)
  • Fixes PercentageSampler namespace (6ebebb6)

v1.0.1

24 Jan 08:25
99f53a3
Compare
Choose a tag to compare

In 1.0.0 we have been discarding traceId and spanId with no 32 and 16 respectively length. Since brave does support shorter traceIds and spanIds as long as they are not empty we need parity on that to be tolerant readers.

v1.0.0

22 Jan 15:47
18c1826
Compare
Choose a tag to compare
Merge pull request #50 from jcchavezs/adds_usability_tweaks

Adds some usability tweaks.

Some usability improvements

18 Jan 19:37
18c1826
Compare
Choose a tag to compare
Pre-release
Merge pull request #50 from jcchavezs/adds_usability_tweaks

Adds some usability tweaks.

Final tweaks on the TraceContext and SamplingFlags

16 Jan 10:40
a5918d7
Compare
Choose a tag to compare
Merge pull request #49 from jcchavezs/fixes_readme

Fixes in README

Removes Guzzle dependency

10 Jan 13:45
9605b62
Compare
Choose a tag to compare
Pre-release

This release include some renaming of classes and the removal of the guzzle dependency.

1.0.0-beta4

04 Dec 11:50
266d7c8
Compare
Choose a tag to compare
1.0.0-beta4 Pre-release
Pre-release