We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266cf9f commit b7e1165Copy full SHA for b7e1165
runtime/runtime-core/common/src/aws/smithy/kotlin/runtime/businessmetrics/BusinessMetricsUtils.kt
@@ -14,7 +14,7 @@ import aws.smithy.kotlin.runtime.operation.ExecutionContext
14
* Keeps track of all business metrics along an operations execution
15
*/
16
@InternalApi
17
-public val BusinessMetrics: AttributeKey<MutableSet<BusinessMetric>> = AttributeKey("aws.sdk.kotlin#BusinessMetrics")
+public val BusinessMetrics: AttributeKey<MutableSet<BusinessMetric>> = AttributeKey("aws.smithy.kotlin#BusinessMetrics")
18
19
/**
20
* The account ID in an account ID based endpoint
0 commit comments