otel tracing wip

This commit is contained in:
Ben McClelland
2026-03-05 19:12:22 -08:00
parent 1595d2cf7f
commit b33090b6ac
22 changed files with 2074 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ const (
ContextKeySkip ContextKey = "__skip"
ContextKeyStack ContextKey = "stack"
ContextKeyBucketOwner ContextKey = "bucket-owner"
ContextKeyS3Action ContextKey = "s3-action"
)
func (ck ContextKey) Values() []ContextKey {