From 62d1802936f91375f1b1b57b5be0b1c74cc2fc58 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Wed, 15 May 2024 06:06:29 +0000 Subject: [PATCH] chore: APM agent json server schema 64bede16f5efbd647a7baeac9d56bb092... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... d4d1ff2 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 7103bbeb5a..1122ed68c2 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": [