ekko: add gzip, move recover middleware to run early

This commit is contained in:
2024-09-21 00:53:10 -07:00
parent 3f3fb29bc9
commit d6a77f4003
4 changed files with 16 additions and 25 deletions

View File

@@ -169,8 +169,6 @@ func newOLTPExporter(ctx context.Context, cfg *TracerConfig) (otelsdktrace.SpanE
log := logger.Setup()
log.Info("configuring", "config", cfg)
var tlsConfig *tls.Config
if cfg.CertificateProvider != nil {