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
config/confighttp: Exposes http/2 transport settings to enable health check and workaround golang http/2 issue golang/go#59690 (#9022)
cmd/builder: running builder version on binaries installed with go install will output the version specified at the suffix. (#8770)
🧰 Bug fixes 🧰
exporterhelper: fix missed metric aggregations (#9048)
This ensures that context cancellation in the exporter doesn't interfere with metric aggregation. The OTel
SDK currently returns if there's an error in the context used in Add. This means that if there's a
cancelled context in an export, the metrics are now recorded.
service: Fix bug where MutatesData would not correctly propagate through connectors. (#9053)