Skip to content

Commit d782d72

Browse files
chore: APM agent json server schema b8f480b6c66dc3dc471672f4137a151dd...
... 71ffe5c Made with ❤️️ by updatecli
1 parent 4cfdec8 commit d782d72

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

tests/APM_Server_intake_API_schema/latest_used/metadata.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,14 @@
441441
],
442442
"maxLength": 1024
443443
},
444+
"host_id": {
445+
"description": "The OpenTelemetry semantic conventions compliant \"host.id\" attribute, if available.",
446+
"type": [
447+
"null",
448+
"string"
449+
],
450+
"maxLength": 1024
451+
},
444452
"hostname": {
445453
"description": "Deprecated: Use ConfiguredHostname and DetectedHostname instead. DeprecatedHostname is the host name of the system the service is running on. It does not distinguish between configured and detected hostname and therefore is deprecated and only used if no other hostname information is available.",
446454
"type": [

tests/APM_Server_intake_API_schema/latest_used/span.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,9 @@
188188
"object"
189189
],
190190
"properties": {
191+
"body": {
192+
"description": "The http request body usually as a string, but may be a dictionary for multipart/form-data content"
193+
},
191194
"id": {
192195
"description": "ID holds the unique identifier for the http request.",
193196
"type": [

0 commit comments

Comments
 (0)