open-telemetry / opentelemetry-php

The OpenTelemetry PHP Library
https://opentelemetry.io/docs/instrumentation/php/
Apache License 2.0
751 stars 186 forks source link

Alpha 0.2 Tracing Requirement - SDK #5

Closed bobstrecansky closed 4 years ago

bobstrecansky commented 5 years ago

These are the features in scope for an Alpha 0.2 SDK release from a tracing standpoint:

Success criteria : Add these features to the 0.2 Alpha release candidate. Full SDK specs for Alpha 0.2 can be found here

bobstrecansky commented 5 years ago

tracing won't work without context propagation, an item we are tracking in https://github.com/open-telemetry/opentelemetry-php/issues/6

Span processors/exporters won't work without a tracer API and minimal implementation, as caputred in https://github.com/open-telemetry/opentelemetry-php/issues/10

jodeev commented 4 years ago

There is one remaining outstanding piece of work to be closed: https://github.com/open-telemetry/opentelemetry-php/issues/162

bobstrecansky commented 4 years ago

Closing this because we are going to eventually skip more towards a more recent alpha release.