You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configgrpc: Remove deprecated GRPCClientSettings, GRPCServerSettings, and ServerConfig.ToListenerContext. (#9616)
confighttp: Remove deprecated HTTPClientSettings, NewDefaultHTTPClientSettings, and CORSSettings. (#9625)
confignet: Removes deprecated NetAddr and TCPAddr (#9614)
π‘ Enhancements π‘
configtls: Add include_system_ca_certs_pool to configtls, allowing to load system certs and additional custom certs. (#7774)
otelcol: Add ConfigProviderSettings to CollectorSettings (#4759)
This allows passing a custom list of confmap.Providers to otelcol.NewCommand.
pdata: Update to OTLP v1.1.0 (#9587)
Introduces Span and SpanLink flags.
confmap: Update mapstructure to use a maintained fork, github.com/go-viper/mapstructure/v2. (#9634)
See mitchellh/mapstructure#349 for context.
π§° Bug fixes π§°
configretry: Allow max_elapsed_time to be set to 0 for indefinite retries (#9641)