From 4fa1f8f79da4322c9592c00c48aa796ea87abfaa Mon Sep 17 00:00:00 2001 From: Lin Lin Date: Tue, 27 Aug 2024 11:55:48 -0700 Subject: [PATCH] update trace attribute otel.status to otel.status_code --- lib/solarwinds_apm/constants.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/solarwinds_apm/constants.rb b/lib/solarwinds_apm/constants.rb index fa843507..c9ad2b7c 100644 --- a/lib/solarwinds_apm/constants.rb +++ b/lib/solarwinds_apm/constants.rb @@ -29,7 +29,7 @@ module Constants INTL_SWO_SUPPORT_EMAIL = 'SWO-support@solarwinds.com' INTL_SWO_OTEL_SCOPE_NAME = 'otel.scope.name' INTL_SWO_OTEL_SCOPE_VERSION = 'otel.scope.version' - INTL_SWO_OTEL_STATUS = 'otel.status' + INTL_SWO_OTEL_STATUS = 'otel.status_code' INTL_SWO_OTEL_STATUS_DESCRIPTION = 'otel.status_description' INTERNAL_TRIGGERED_TRACE = 'TriggeredTrace' end