function TraceStateInterface::without
Return a new TraceState object that inherits from this TraceState without the given key value pair.
Return value
1 method overrides TraceStateInterface::without()
- TraceState::without in vendor/
open-telemetry/ api/ Trace/ TraceState.php - Return a new TraceState object that inherits from this TraceState without the given key value pair.
File
-
vendor/
open-telemetry/ api/ Trace/ TraceStateInterface.php, line 37
Class
- TraceStateInterface
- TraceState parses and stores the tracestate header as an immutable list of string key/value pairs. It provides the following operations following the rules described in the W3C Trace Context specification:
Namespace
OpenTelemetry\API\TraceCode
public function without(string $key) : TraceStateInterface;