open-telemetry / opentelemetry-php

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

Context Implementation - Global Operations - Get Current Context #106

Closed bobstrecansky closed 4 years ago

bobstrecansky commented 4 years ago

Because we are implicitly implementing the Context feature for OpenTelemetry-php, we need to make sure that we have the global operations that we are expected to have for the API. These operations are listed here.

This ticket specifically covers the ability to Get the current Context. this is defined here

Success criteria: The API MUST return the Context associated with the caller's current execution unit.

bobstrecansky commented 4 years ago

This will be solved with https://github.com/open-telemetry/opentelemetry-php/pull/111

bobstrecansky commented 4 years ago

This has been merged.