From 8f5b9b4bcf3845084f1fefb2d13944c812a2d009 Mon Sep 17 00:00:00 2001 From: apmmachine <58790750+apmmachine@users.noreply.github.com> Date: Mon, 8 Apr 2024 03:10:11 -0400 Subject: [PATCH] chore: APM agent json server schema a76e999543efb3ba803c9a57dd13a4f6b... (#1601) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 3ffa7e1 Made with ❤️️ by updatecli Co-authored-by: apmmachine --- internal/apmschema/jsonschema/metadata.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/internal/apmschema/jsonschema/metadata.json b/internal/apmschema/jsonschema/metadata.json index 7103bbeb5..1122ed68c 100644 --- a/internal/apmschema/jsonschema/metadata.json +++ b/internal/apmschema/jsonschema/metadata.json @@ -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": [