Skip to content

Commit

Permalink
osrt imports
Browse files Browse the repository at this point in the history
  • Loading branch information
test authored and test committed Oct 7, 2024
1 parent 6002521 commit 7739594
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion instrumentation/opentelemetry/batchspanprocessor/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package batchspanprocessor // import "github.com/hypertrace/goagent/instrumentat

// Adapted from go.opentelemetry.io/otel/internal/global#internal_logging.go
import (
"sync"

"github.com/go-logr/logr"
"github.com/go-logr/zapr"
"go.uber.org/zap"
"sync"
)

// The logger uses stdr which is backed by the standard `log.Logger`
Expand Down

0 comments on commit 7739594

Please sign in to comment.