File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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"
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" ],
Original file line number Diff line number Diff line change 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" : {
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" ],
You can’t perform that action at this time.
0 commit comments