-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update all otel collector contrib packages to v0.110.0 #6017
fix(deps): update all otel collector contrib packages to v0.110.0 #6017
Conversation
Signed-off-by: Mend Renovate <bot@renovateapp.com>
a6015a6
to
aecd84a
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6017 +/- ##
==========================================
- Coverage 96.79% 96.78% -0.02%
==========================================
Files 348 348
Lines 16562 16562
==========================================
- Hits 16032 16030 -2
- Misses 342 343 +1
- Partials 188 189 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This PR contains the following updates:
v0.109.0
->v0.110.0
v0.109.0
->v0.110.0
v0.109.0
->v0.110.0
v0.109.0
->v0.110.0
v0.109.0
->v0.110.0
v0.109.0
->v0.110.0
v0.109.0
->v0.110.0
v0.109.0
->v0.110.0
v0.109.0
->v0.110.0
v0.109.0
->v0.110.0
Release Notes
open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector)
v0.110.0
Compare Source
🛑 Breaking changes 🛑
pkg/stanza
: Movefilelog.container.removeOriginalTimeField
feature gate to beta (#33389)filelog.container.removeOriginalTimeField
feature gate to get the old behavior.resourcedetectionprocessor
: Moveprocessor.resourcedetection.hostCPUSteppingAsString
feature gate to stable. (#31136)resourcedetectionprocessor
: Removeprocessor.resourcedetection.hostCPUModelAndFamilyAsString
feature gate. (#29025)🚩 Deprecations 🚩
hostmetricsreceiver
: Set the receiver.hostmetrics.normalizeProcessCPUUtilization feature gate to stable. (#34763)🚀 New components 🚀
azurelogs_translater
: Adds a new translater that converts Azure EventHub logs to OpenTelemetry logs used by the Azure Events Hub receiver. (#39704)dorisexporter
: logs implementation (#33479)dorisexporter
: traces implementation (#33479)💡 Enhancements 💡
otelarrowexporter
: Allow separate arrow exporter per unique value of configured metadataKeys. (#34178)processor/transform
: Add custom function to the transform processor to convert exponential histograms to explicit histograms. (#33827)datadogconnector
: Map the new OTel semantic conventiondeployment.environment.name
toenv
for OTLP traces in APM stats. (#35147)The old convention
deployment.environment
still worksdatadogexporter
: Map the new OTel semantic conventiondeployment.environment.name
toenv
for OTLP traces, metrics and logs. (#35147)The old convention
deployment.environment
still worksfile_storage
: provide a new option to the user to create a directory on start (#34939)headersetterextension
: adding default_value config (#34412)default_value config item applied in case context value is empty
kafkaexporter
: Add support for encoding extensions in the Kafka exporter. (#34384)This change adds support for encoding extensions in the Kafka exporter. Loading extensions takes precedence over the internally supported encodings.
datadogexporter
: Adds exporter.datadogexporter.metricremappingdisabled featuregate which disables renaming OpenTelemetry metrics to match Datadog semantics. This feature gate is only for internal use. (#35025)otelarrowexporter
: Add BatcherConfig field following similar in OTLP exporter. (#34802)otelarrowreceiver
: Add gRPC timeout propagation. (#34742)kafkareceiver
: Add support forotlp_json
encoding to Kafka receiver. The payload is deserialized into OpenTelemetry traces using JSON format. (#33627)This encoding allows the Kafka receiver to handle trace data in JSON format,
enabling integration with systems that export traces as JSON-encoded data.
pkg/ottl
: Improved JSON unmarshaling performance by 10-20% by switching dependencies. (#35130)pkg/ottl
: Added support for locale in the Time converter (#32978)datadogexporter
: Upgrade logs in Datadog Exporter to beta (#35359)remotetapprocessor
: Origin header is no longer required for websocket connections (#34925)deltatorateprocessor
: Remove unnecessary data copies. (#35165)transformprocessor
: Remove unnecessary data copy when transform sum to/from gauge (#35177)sapmexporter
: Prioritize token in context when accesstokenpassthrough is enabled (#35123)tailsamplingprocessor
: Fix the behavior for numeric tag filters withinverse_match
set totrue
. (#34296)🧰 Bug fixes 🧰
splunkenterprise
: Fix a flaky search related to iops metrics. (#35081)azuremonitorexporter
: fix issue for property endpoint is ignored when using instrumentation_key (#33971)groupbytraceprocessor
: Ensure processor_groupbytrace_incomplete_releases metric has a unit. (#35221)datadogreceiver
: Fix numeric span attributes (#35087)deltatocumulative
: do not drop gauges and summaries (#35284)Gauges and Summaries are no longer dropped from processor output.
Instead, they are passed through as-is
pkg/stanza
: Do not get formatted message for Windows events without an event provider. (#35135)Attempting to get the formatted message for Windows events without an event provider can result in an error being logged. |
This change ensures that the formatted message is not retrieved for such events.
cmd/opampsupervisor
: Ensure the Supervisor processes all fields in a ServerToAgent message. (#34349)signalfxexporter
: Ensure token is not sent through for event data (#35154)prometheusreceiver
: Fix the retrieval of scrape configurations by also considering scrape config files (#34786)redactionprocessor
: Fix panic when using the redaction processor in a logs pipeline (#35331)exporter/splunkhec
: Fix incorrect claim that the exporter doesn't mutate data when batching is enabled. (#35306)The bug lead to runtime panics when the exporter was used with the batcher enabled in a fanout scenario.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.