Skip to content

Commit

Permalink
remove now unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwarren committed Nov 13, 2023
1 parent e3714bc commit 69ab47e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions private/pkg/observabilityzap/observabilityzap.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ import (
"go.uber.org/zap"
)

// TracerProviderCloser is used to wrap a trace.TracerProvider with an io.Closer to use on shutdown.
type TracerProviderCloser interface {
trace.TracerProvider
io.Closer
}

// Start creates a Zap logging exporter for Opentelemetry traces and returns
// the exporter. The exporter implements io.Closer for clean-up.
func Start(logger *zap.Logger) (trace.TracerProvider, io.Closer) {
Expand Down

0 comments on commit 69ab47e

Please sign in to comment.