Skip to content

Commit 492fc9d

Browse files
committed
chore: APM agent json server schema 9bbda716aad0df9b451148b2bdef76ae1...
... fcf29e6 Made with ❤️️ by updatecli
1 parent aaa175f commit 492fc9d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Elastic.Apm.Specification/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)