From 564c4d21ae9da623f43f7fcf469c40478d01518d Mon Sep 17 00:00:00 2001 From: reakaleek <> Date: Tue, 12 Nov 2024 06:06:55 +0000 Subject: [PATCH] chore: APM agent json server schema bb9cd9f465d42e2a7bbf9d3ce79aa74fa... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ba05a3e Made with ❤️️ by updatecli --- .../latest_used/metadata.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/APM_Server_intake_API_schema/latest_used/metadata.json b/tests/APM_Server_intake_API_schema/latest_used/metadata.json index 7103bbeb5..1122ed68c 100644 --- a/tests/APM_Server_intake_API_schema/latest_used/metadata.json +++ b/tests/APM_Server_intake_API_schema/latest_used/metadata.json @@ -441,6 +441,14 @@ ], "maxLength": 1024 }, + "host_id": { + "description": "The OpenTelemetry semantic conventions compliant \"host.id\" attribute, if available.", + "type": [ + "null", + "string" + ], + "maxLength": 1024 + }, "hostname": { "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.", "type": [