Skip to content

Commit f5fe166

Browse files
committed
clean up some descriptions
1 parent 780abaf commit f5fe166

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/spec/metricsets/common_metricset.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"properties": {
77
"samples": {
88
"type": ["object"],
9-
"description": "Sampled application metrics collected from the agent",
9+
"description": "Sampled application metrics collected from the agent.",
1010
"patternProperties": {
1111
"^[^*\"]*$": {
1212
"$ref": "sample.json"
@@ -16,7 +16,7 @@
1616
},
1717
"tags": {
1818
"type": ["object", "null"],
19-
"description": "A flat mapping of user-defined tags with string values",
19+
"description": "A flat mapping of user-defined tags with string values.",
2020
"patternProperties": {
2121
"^[^*\"]*$": {
2222
"type": ["string", "null"],

docs/spec/spans/v1_span.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
{
99
"properties": {
1010
"id": {
11-
"description": "ID od the span.",
11+
"description": "ID of the span.",
1212
"type": ["integer", "null"]
1313
},
1414
"transaction_id": {
1515
"type": "string",
16-
"description": "UUID for the parent transaction",
16+
"description": "UUID of the enclosing transaction.",
1717
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"
1818
},
1919
"parent": {
@@ -22,7 +22,7 @@
2222
},
2323
"start": {
2424
"type": "number",
25-
"description": "Offset relative to the transaction's timestamp identifying the start of the span, in milliseconds"
25+
"description": "Offset relative to the transaction's timestamp identifying the start of the span, in milliseconds."
2626
}
2727
},
2828
"required": ["start"],

0 commit comments

Comments
 (0)