Skip to content

Commit 075a4de

Browse files
Add descriptions of server metadata to ndt5 and ndt7 (#1063)
* Add descriptions of server metadata to ndt5 and ndt7
1 parent 532044b commit 075a4de

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

schema/descriptions/NDT5ResultRowV2.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@ Control.ClientMetadata.Name:
6060
Control.ClientMetadata.Value:
6161
Description: If set, contains a value corresponding to metadata name. For
6262
example, "Windows 10" or "ndtJS"
63+
Control.ServerMetadata:
64+
Description: Authoritative metadata added by the server configuration.
65+
Control.ServerMetadata.Name:
66+
Description: If set, contains the name of a single piece of metadata.
67+
This name will be the same for all measurements collected while this
68+
server was running with this configuration.
69+
Control.ServerMetadata.Value:
70+
Description: If name is set, contains the text of a server configuration
71+
value. This value will be the same for all measurements collected while
72+
this server was running with this configuration.
6373

6474
C2S:
6575
Description: Metadata for Client-to-Server (upload) measurements performed

schema/descriptions/NDT7ResultRow.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,3 +272,14 @@ ClientMetadata.Name:
272272
ClientMetadata.Value:
273273
Description: If set, contains a value corresponding to metadata name. For
274274
example, "Windows 10" or "ndtJS"
275+
276+
ServerMetadata:
277+
Description: Authoritative metadata added by the server configuration.
278+
ServerMetadata.Name:
279+
Description: If set, contains the name of a single piece of metadata.
280+
This name will be the same for all measurements collected while this
281+
server was running with this configuration.
282+
ServerMetadata.Value:
283+
Description: If name is set, contains the text of a server configuration
284+
value. This value will be the same for all measurements collected while
285+
this server was running with this configuration.

0 commit comments

Comments
 (0)