Skip to content

Commit 085ed0d

Browse files
apmmachineapmmachine
andauthored
chore: APM agent json server schema a76e999543efb3ba803c9a57dd13a4f6b... (#2028)
... 3ffa7e1 Made with ❤️️ by updatecli Co-authored-by: apmmachine <[email protected]>
1 parent f364133 commit 085ed0d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/upstream/json-specs/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": [

0 commit comments

Comments
 (0)