From c28a2a79dc470655529fad4942947dc5580a1105 Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 06:09:16 +0000 Subject: [PATCH] chore: APM agent json server schema 506f58a75bcf28fbb679d035d30aeb17e... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... c0abd48 Made with ❤️️ by updatecli --- .../latest_used/metadata.json | 8 ++++++++ tests/APM_Server_intake_API_schema/latest_used/span.json | 3 +++ 2 files changed, 11 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": [ diff --git a/tests/APM_Server_intake_API_schema/latest_used/span.json b/tests/APM_Server_intake_API_schema/latest_used/span.json index e86da9a69..14eea1b15 100644 --- a/tests/APM_Server_intake_API_schema/latest_used/span.json +++ b/tests/APM_Server_intake_API_schema/latest_used/span.json @@ -188,6 +188,9 @@ "object" ], "properties": { + "body": { + "description": "The http request body usually as a string, but may be a dictionary for multipart/form-data content" + }, "id": { "description": "ID holds the unique identifier for the http request.", "type": [