Skip to content

Commit

Permalink
fix: import of Attributes (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis authored Nov 26, 2023
1 parent f9faedf commit dd740ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
package aws.sdk.kotlin.benchmarks.service.telemetry

import aws.smithy.kotlin.runtime.ExperimentalApi
import aws.smithy.kotlin.runtime.collections.Attributes
import aws.smithy.kotlin.runtime.telemetry.TelemetryProvider
import aws.smithy.kotlin.runtime.telemetry.context.Context
import aws.smithy.kotlin.runtime.telemetry.context.ContextManager
import aws.smithy.kotlin.runtime.telemetry.logging.LoggerProvider
import aws.smithy.kotlin.runtime.telemetry.metrics.*
import aws.smithy.kotlin.runtime.telemetry.trace.TracerProvider
import aws.smithy.kotlin.runtime.util.Attributes

private val capturedMetrics = mapOf(
"smithy.client.attempt_overhead_duration" to "Overhead",
Expand Down

0 comments on commit dd740ff

Please sign in to comment.