From 67c4dd1ff0fa6aa82551999f14149a1e0ad60e1e Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 06:04:56 +0000 Subject: [PATCH] chore: APM agent json server schema 184e8d7fd0c3063688603db090f0c4c38... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 50f93aa Made with ❤️️ by updatecli --- src/Elastic.Apm.Specification/specs/span.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Elastic.Apm.Specification/specs/span.json b/src/Elastic.Apm.Specification/specs/span.json index e86da9a69..14eea1b15 100644 --- a/src/Elastic.Apm.Specification/specs/span.json +++ b/src/Elastic.Apm.Specification/specs/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": [