phpkin icon indicating copy to clipboard operation
phpkin copied to clipboard

Spans array on Tracer

Open zaguerinho opened this issue 7 years ago • 1 comments

For some reason, I need access to the spans array in the Tracer object, any chance of making the spans property public, or creating a getter function? any aversions on these request?

zaguerinho avatar Apr 11 '18 23:04 zaguerinho

You can use the InMemory reporter from zipkin-php: https://github.com/jcchavezs/zipkin-php/blob/master/src/Zipkin/Reporters/InMemory.php

jcchavezs avatar Jun 12 '18 11:06 jcchavezs