From 186dc98a398a3232456ee41d04d5f4bcbb6d93eb Mon Sep 17 00:00:00 2001 From: apmmachine <58790750+apmmachine@users.noreply.github.com> Date: Mon, 29 Apr 2024 06:45:00 -0400 Subject: [PATCH] [Automation] Update JSON server schema specs (#1450) --- spec/fixtures/metadata.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/spec/fixtures/metadata.json b/spec/fixtures/metadata.json index 7103bbeb5..1122ed68c 100644 --- a/spec/fixtures/metadata.json +++ b/spec/fixtures/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": [