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
mdatagen: generate documentation for internal telemetry (#10170)
mdatagen: add ability to use metadata.yaml to automatically generate instruments for components (#10054)
The telemetry section in metadata.yaml is used to generate
instruments for components to measure telemetry about themselves.
confmap: Allow Converters to write logs during startup (#10135)
otelcol: Enable logging during configuration resolution (#10056)
🧰 Bug fixes 🧰
mdatagen: Run package tests when goleak is skipped (#10125)
Go API Changelog
🛑 Breaking changes 🛑
confighttp: Removes deprecated functions ToClientContext, ToListenerContext, and ToServerContext. (#10138)
confmap: Deprecate NewWithSettings for all Providers and New for all Converters (#10134)
Use NewFactory instead for all affected modules.
confmap: Remove deprecated Providers and Converters from confmap.ResolverSettings (#10173)
Use ProviderSettings and ConverterSettings instead.
🧰 Bug fixes 🧰
otelcol: Add explicit mapstructure tags to main configuration struct (#10152)
confmap: Support string-like types as map keys when marshaling (#10137)