opentracing / opentracing-php

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

missed implementation for php #29

Closed ixpress closed 6 years ago

ixpress commented 6 years ago

While, where is the "use AnOpenTracingImplementation\MyTracer;"? Is there any OpenTracing Implementation for php?

jcchavezs commented 6 years ago

So OpenTracing library is a set of interfaces but when using it you actually want to use an concrete implementation (e.g. zipkin or datadog) that is the intention of this AnOpenTracingImplementation.

beberlei commented 6 years ago

The first task was getting the API finished, the next will be actual tracing implementations.

jcchavezs commented 6 years ago

@ixpress I am closing this issue for now but as of some people is working in OT implementations we me might come up with a list soon.