Skip to content

Commit 53cbf0d

Browse files
committed
chore: APM agent json server schema f171078e95faa52f34fc6f91c07c54f3d...
... e2cd40c Made with ❤️️ by updatecli
1 parent 806b49f commit 53cbf0d

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)