Skip to content

Commit

Permalink
chore: APM agent json server schema a76e999543efb3ba803c9a57dd13a4f6b…
Browse files Browse the repository at this point in the history
…... (#1601)

... 3ffa7e1

Made with ❤️️ by updatecli

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
  • Loading branch information
apmmachine and apmmachine committed Apr 8, 2024
1 parent 737f620 commit 8f5b9b4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/apmschema/jsonschema/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

0 comments on commit 8f5b9b4

Please sign in to comment.