v0.116.0
版本发布时间: 2024-12-17 05:52:03
open-telemetry/opentelemetry-collector最新发布版本:v0.116.0(2024-12-17 05:52:03)
Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.116.0
End User Changelog
v1.22.0/v0.116.0
🛑 Breaking changes 🛑
-
pdata/pprofile
: Remove deprecatedProfile.EndTime
andProfile.SetEndTime
methods. (#11796)
💡 Enhancements 💡
-
xconfighttp
: Add WithOtelHTTPOptions to experimental module xconfighttp (#11770)
🧰 Bug fixes 🧰
-
exporterhelper
: Fix memory leak at exporter shutdown (#11401) -
sharedcomponent
: Remove race-condition and cleanup locking (#11819)
API Changelog
v1.22.0/v0.116.0
🛑 Breaking changes 🛑
-
component
: Remove deprecated TelemetrySettings.LeveledMeterProvider (#11811) -
scraperhelper
: Remove deprecated scraperhelper.Scraper and helpers (#11803)
🚩 Deprecations 🚩
-
connector
: Deprecate connectorprofiles module in favor of xconnector to allow adding more experimental data types. (#11778) -
consumererror
: Deprecate consumererrorprofiles module in favor of xconsumererror to allow adding more experimental data types. (#11778) -
consumer
: Deprecate consumerprofiles module in favor of xconsumer to allow adding more experimental data types. (#11778) -
exporterhelper
: Deprecate exporterhelperprofiles module in favor of xexporterhelper to allow adding more experimental data types. (#11778) -
exporter
: Deprecate exporterprofiles module in favor of xexporter to allow adding more experimental data types. (#11778) -
pipeline
: Deprecate pipelineprofiles module in favor of xpipeline to allow adding more experimental data types. (#11778) -
processorhelper
: Deprecate processorhelperprofiles module in favor of xprocessorhelper to allow adding more experimental data types. (#11778) -
processor
: Deprecate processorprofiles module in favor of xprocessor to allow adding more experimental data types. (#11778) -
receiver
: Deprecate receiverprofiles module in favor of xreceiver to allow adding more experimental data types. (#11778) -
receiver/scrapererror
: Remove the receiver/scrapererror alias. (#11003)
💡 Enhancements 💡
-
receiver/scraperhelper
: Add scraper for logs (#11238)