From a776aecc2ec28364c8e4b9153831ee62f3474db4 Mon Sep 17 00:00:00 2001 From: obltmachine <150269514+obltmachine@users.noreply.github.com> Date: Sat, 6 Jul 2024 08:06:31 +0200 Subject: [PATCH 1/2] chore: APM agent json server schema edbad982d6665086c132dd4617b85f599... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... fc10ae6 Made with ❤️️ by updatecli --- .../api-schema/apm-server-schema/metadata.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/integration/api-schema/apm-server-schema/metadata.json b/test/integration/api-schema/apm-server-schema/metadata.json index 7103bbeb5a4..1122ed68c2e 100644 --- a/test/integration/api-schema/apm-server-schema/metadata.json +++ b/test/integration/api-schema/apm-server-schema/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": [ From 943c216aa0d1dc972df89af9b3b6d448cd8f3390 Mon Sep 17 00:00:00 2001 From: obltmachine <150269514+obltmachine@users.noreply.github.com> Date: Tue, 9 Jul 2024 08:07:32 +0200 Subject: [PATCH 2/2] chore: APM agent json server schema f3eac86d939b44ffa0b08a74aaea2887e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 0d1d0c5 Made with ❤️️ by updatecli