You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/integration/api-schema/apm-server-schema/error.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1096,6 +1096,14 @@
1096
1096
"object"
1097
1097
],
1098
1098
"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
+
},
1099
1107
"sampled": {
1100
1108
"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.",
0 commit comments