Skip to content

Commit 95812a9

Browse files
author
apmmachine
authored
synchronize json schema specs (#2413)
1 parent ba570ba commit 95812a9

File tree

1 file changed

+8
-0
lines changed
  • test/integration/api-schema/apm-server-schema

1 file changed

+8
-0
lines changed

test/integration/api-schema/apm-server-schema/error.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,14 @@
10961096
"object"
10971097
],
10981098
"properties": {
1099+
"name": {
1100+
"description": "Name is the generic designation of a transaction in the scope of a single service, eg: 'GET /users/:id'.",
1101+
"type": [
1102+
"null",
1103+
"string"
1104+
],
1105+
"maxLength": 1024
1106+
},
10991107
"sampled": {
11001108
"description": "Sampled indicates whether or not the full information for a transaction is captured. If a transaction is unsampled no spans and less context information will be reported.",
11011109
"type": [

0 commit comments

Comments
 (0)