Skip to content

Commit

Permalink
Update appender.go
Browse files Browse the repository at this point in the history
Co-authored-by: Carson Ip <carsonip@users.noreply.github.com>
  • Loading branch information
endorama and carsonip authored Jun 17, 2024
1 parent a5fa1ad commit deb950b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appender.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ type Appender struct {
mu sync.Mutex
closed chan struct{}

// tracer is an OTel tracer, and should not be confused with `a.config.Tracer` which is an Elastic APM Tracer.
tracer trace.Tracer
}

Expand Down

0 comments on commit deb950b

Please sign in to comment.