function TraceStateInterface::getListMemberCount
Get the list-member count in this TraceState
Return value
int
1 method overrides TraceStateInterface::getListMemberCount()
- TraceState::getListMemberCount in vendor/
open-telemetry/ api/ Trace/ TraceState.php - Get the list-member count in this TraceState
File
-
vendor/
open-telemetry/ api/ Trace/ TraceStateInterface.php, line 51
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 getListMemberCount() : int;