Merge branch 'main' into otel

Former-commit-id: 9de29e7e00f3002a95bc6a91f3cc6b66b578d788
This commit is contained in:
Marc Schäfer
2025-10-10 19:41:08 +02:00
committed by GitHub
18 changed files with 571 additions and 97 deletions
+1
View File
@@ -45,6 +45,7 @@ type Client struct {
tlsConfig TLSConfig
metricsCtxMu sync.RWMutex
metricsCtx context.Context
configNeedsSave bool // Flag to track if config needs to be saved
}
type ClientOption func(*Client)