MediaWiki master
|
Utility class for serializing data in OTLP JSON format. More...
Static Public Member Functions | |
static | serializeKeyValuePairs (array $keyValuePairs) |
Serialize an associative array into the format expected by the OTLP JSON format. | |
Utility class for serializing data in OTLP JSON format.
Definition at line 10 of file OtlpSerializer.php.
|
static |
Serialize an associative array into the format expected by the OTLP JSON format.
array | $keyValuePairs | The associative array to serialize |
Definition at line 27 of file OtlpSerializer.php.