function TraceStateInterface::__toString
Returns a string representation of this TraceSate
1 method overrides TraceStateInterface::__toString()
- TraceState::__toString in vendor/
open-telemetry/ api/ Trace/ TraceState.php - Returns a string representation of this TraceSate
File
-
vendor/
open-telemetry/ api/ Trace/ TraceStateInterface.php, line 66
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 __toString() : string;