opentracing / opentracing-php

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

OpenTelemetry compatible? #124

Open garrysanders opened 2 years ago

garrysanders commented 2 years ago

I noticed this library hasn't been deprecated yet since the OpenTelemetry PHP library is still in Alpha. Can this library be used in the interim to instrument traces to be received by the OpenTelemetry Collector?

brettmc commented 1 year ago

OpenTelemetry for PHP has just reached 1.0.0 GA milestone. Please consider using it, and note that we have an OpenTracing shim to help users migrate across.

dgafka commented 1 year ago

@brettmc when official release is to be expected?

brettmc commented 1 year ago

@dgafka the OpenTelemetry API, SDK, etc are officially released now: https://packagist.org/packages/open-telemetry Our next focus is to get the extension and some contrib packages also to 1.0.0 status.

dgafka commented 1 year ago

@brettmc cool have not noticed that. Awesome work :)