Skip to content

Commit dd740ff

Browse files
authored
fix: import of Attributes (#1139)
1 parent f9faedf commit dd740ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/benchmarks/service-benchmarks/jvm/src/aws/sdk/kotlin/benchmarks/service/telemetry/BenchmarkTelemetryProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
package aws.sdk.kotlin.benchmarks.service.telemetry
66

77
import aws.smithy.kotlin.runtime.ExperimentalApi
8+
import aws.smithy.kotlin.runtime.collections.Attributes
89
import aws.smithy.kotlin.runtime.telemetry.TelemetryProvider
910
import aws.smithy.kotlin.runtime.telemetry.context.Context
1011
import aws.smithy.kotlin.runtime.telemetry.context.ContextManager
1112
import aws.smithy.kotlin.runtime.telemetry.logging.LoggerProvider
1213
import aws.smithy.kotlin.runtime.telemetry.metrics.*
1314
import aws.smithy.kotlin.runtime.telemetry.trace.TracerProvider
14-
import aws.smithy.kotlin.runtime.util.Attributes
1515

1616
private val capturedMetrics = mapOf(
1717
"smithy.client.attempt_overhead_duration" to "Overhead",

0 commit comments

Comments
 (0)