open-telemetry / opentelemetry-php

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

Context Implementation - Global Operations - Detatch Context #108

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 Detach from the current Context. this is defined here

Success criteria:

The API MUST accept the following parameters:

The API MAY return a value used to check whether the operation was successful or not.

bobstrecansky commented 4 years ago

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