<PackageReference Include="OpenTelemetry.Api" Version="1.15.1" />

OpenTelemetry.Trace.SpanAttributeConstants

static class SpanAttributeConstants
Defines well-known span attribute keys.
namespace OpenTelemetry.Trace { internal static class SpanAttributeConstants { public const string StatusCodeKey = "otel.status_code"; public const string StatusDescriptionKey = "otel.status_description"; } }