Skip to content

Commit

Permalink
forgot to uncomment tracer
Browse files Browse the repository at this point in the history
Signed-off-by: Surax98 <[email protected]>
  • Loading branch information
Surax98 committed Apr 9, 2024
1 parent f2e7352 commit 2fbf196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/virtual-kubelet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,15 @@ func main() {
}
log.L = logruslogger.FromLogrus(logrus.NewEntry(logger))

/*shutdown, err := initProvider()
shutdown, err := initProvider()
if err != nil {
log.G(ctx).Fatal(err)
}
defer func() {
if err := shutdown(ctx); err != nil {
log.G(ctx).Fatal("failed to shutdown TracerProvider: %w", err)
}
}()*/
}()

log.G(ctx).Info("Tracer setup succeeded")

Expand Down

0 comments on commit 2fbf196

Please sign in to comment.