health: fix shutdown of health check server

This commit is contained in:
2025-01-03 14:01:52 +01:00
parent 9e2d6fb74e
commit f6d160a7f8
2 changed files with 3 additions and 5 deletions

View File

@@ -196,7 +196,6 @@ func SetupSDK(ctx context.Context, cfg *TracerConfig) (shutdown TpShutdownFunc,
}
func newOLTPExporter(ctx context.Context, cfg *TracerConfig) (sdktrace.SpanExporter, error) {
log := logger.Setup()
var tlsConfig *tls.Config