From 58e4a484ccf5e900118397d68077f75ea078875d Mon Sep 17 00:00:00 2001
From: "elastic-observability-automation[bot]"
<180520183+elastic-observability-automation[bot]@users.noreply.github.com>
Date: Mon, 3 Feb 2025 12:23:33 +0000
Subject: [PATCH] [Automation] Update JSON server schema specs (#2542)
### What
APM agent json server schema automatic sync
### Why
*Changeset*
* https://github.com/elastic/apm-data/pull/424
*
https://github.com/elastic/apm-data/commit/184e8d7fd0c3063688603db090f0c4c3850f93aa
---
automation: update JSON server schema specs
APM agent json server schema
184e8d7fd0c3063688603db090f0c4c3850f93aa
ran shell command "tar -xzf
/home/runner/work/apm-agent-dotnet/apm-agent-dotnet/json-schema.tgz
&& git --no-pager diff"
GitHub
Action workflow link
---
|
Created automatically by Updatecli
Options:
Most of Updatecli configuration is done via its
manifest(s).
- If you close this pull request, Updatecli will automatically reopen
it, the next time it runs.
- If you close this pull request and delete the base branch, Updatecli
will automatically recreate it, erasing all previous commits made.
Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub
repository as a sign of appreciation, and/or to tell us directly on
our chat!
|
Co-authored-by: elastic-observability-automation[bot] <180520183+elastic-observability-automation[bot]@users.noreply.github.com>
---
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": [