Skip to content

Commit e1e577a

Browse files
committed
chore: APM agent json server schema 337a5ee09b0b38c67d9ac1be2bf542317...
... 68bcb89 Made with ❤️️ by updatecli
1 parent 5bac600 commit e1e577a

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)