opentracing / opentracing-php

OpenTracing API for PHP
Apache License 2.0
505 stars 56 forks source link

Change format values from `int` to `string`. #24

Closed jcchavezs closed 7 years ago

jcchavezs commented 7 years ago

Using integer as formats does not scale as they don't identify formats properly, we would rather use descriptive, non-very-repeatable formats like in Python

Ping @yurishkuro @felixfbecker @beberlei

yurishkuro commented 7 years ago

sgtm