function Context::getCurrent
Overrides ContextInterface::getCurrent
24 calls to Context::getCurrent()
- Baggage::getCurrent in vendor/
open-telemetry/ api/ Baggage/ Baggage.php - @inheritDoc
- BaggagePropagator::extract in vendor/
open-telemetry/ api/ Baggage/ Propagation/ BaggagePropagator.php - Extracts specific values from the provided carrier into the provided {via an {
- BaggagePropagator::inject in vendor/
open-telemetry/ api/ Baggage/ Propagation/ BaggagePropagator.php - Injects specific values from the provided {via an {
- BatchLogRecordProcessor::flush in vendor/
open-telemetry/ sdk/ Logs/ Processor/ BatchLogRecordProcessor.php - BatchLogRecordProcessor::__construct in vendor/
open-telemetry/ sdk/ Logs/ Processor/ BatchLogRecordProcessor.php
File
-
vendor/
open-telemetry/ context/ Context.php, line 70
Class
Namespace
OpenTelemetry\ContextCode
public static function getCurrent() : ContextInterface {
return self::storage()->current();
}