OpenTelemetry.Trace.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";
}
}