Skip to content

Commit

Permalink
chore: APM agent json server schema 99f84c00b79b6213eb5bceffc6b77630d...
Browse files Browse the repository at this point in the history
... a2f629e

Made with ❤️️ by updatecli
  • Loading branch information
1 parent 0633e45 commit 73c6552
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/APM_Server_intake_API_schema/latest_used/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
3 changes: 3 additions & 0 deletions tests/APM_Server_intake_API_schema/latest_used/span.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 73c6552

Please sign in to comment.