Skip to content

Commit 949ec2e

Browse files
committed
chore: APM agent json server schema be2862dcd60f1fbf3540ef8f5a67e8a0d...
... 698f8bb Made with ❤️️ by updatecli
1 parent 1a0b9e9 commit 949ec2e

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)