From 9b14efc73745598a5c91538230a9fe4ff74b8212 Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 06:02:02 +0000 Subject: [PATCH] chore: APM agent json server schema 560cc4b604ede25ec70afd09f213d892f... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 30ceedc Made with ❤️️ by updatecli --- .../src/test/resources/apm-server-schema/current/span.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apm-agent-core/src/test/resources/apm-server-schema/current/span.json b/apm-agent-core/src/test/resources/apm-server-schema/current/span.json index e86da9a69c..14eea1b15b 100644 --- a/apm-agent-core/src/test/resources/apm-server-schema/current/span.json +++ b/apm-agent-core/src/test/resources/apm-server-schema/current/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": [