diff --git a/pkg/attr/attr.go b/pkg/attr/attr.go index e284b62..e6a1e3d 100644 --- a/pkg/attr/attr.go +++ b/pkg/attr/attr.go @@ -12,6 +12,8 @@ import ( "go.opentelemetry.io/otel/trace" ) +type KeyValue = attribute.KeyValue + type IntoTraceAttribute interface { IntoTraceAttribute() attribute.KeyValue }