Update module github.com/open-telemetry/opentelemetry-collector-contrib/internal/common to v0.106.1 #34330
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.105.0
->v0.106.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/internal/common)
v0.106.1
Compare Source
🧰 Bug fixes 🧰
configauth
: Fix unmarshaling of authentication in HTTP servers. (#34325)This brings in a bug fix from the core collector. https://github.com/open-telemetry/opentelemetry-collector/issues/107500750.
v0.106.0
Compare Source
🛑 Breaking changes 🛑
vcenterreceiver
: Enables various vCenter metrics that were disabled by default until v0.106.0 (#33607)The following metrics will be enabled by default "vcenter.datacenter.cluster.count", "vcenter.datacenter.vm.count", "vcenter.datacenter.datastore.count",
"vcenter.datacenter.host.count", "vcenter.datacenter.disk.space", "vcenter.datacenter.cpu.limit", "vcenter.datacenter.memory.limit",
"vcenter.resource_pool.memory.swapped", "vcenter.resource_pool.memory.ballooned", and "vcenter.resource_pool.memory.granted". The
"resourcePoolMemoryUsageAttribute" has also been bumped up to release v.0.107.0
googlemanagedprometheusexporter
: Fix typo inexporter.googlemanagedpromethues.intToDouble
feature gate (#34232)🚩 Deprecations 🚩
k8sattributesprocessor
: Deprecateextract.annotations.regex
andextract.labels.regex
config fields in favor of theExtractPatterns
function in the transform processor. TheFieldExtractConfig.Regex
parameter will be removed in version v0.111.0. (#25128)Deprecating of FieldExtractConfig.Regex parameter means that it is recommended to use the
ExtractPatterns
function from the transform processor instead. To convert your current configuration please check theExtractPatterns
function documentation. You should use thepattern
parameter ofExtractPatterns
instead of using theFieldExtractConfig.Regex
parameter.🚀 New components 🚀
otlpjsonconnector
: New component that will allow extracting otlpjson data from incoming Logs. (#34239, #34208)redis_storage
: Adds a new storage extension using Redis to store data in transit (#31682)💡 Enhancements 💡
processor/transform
: Addscale_metric
function that scales all data points in a metric. (#16214)vcenterreceiver
: Adds vCenter vSAN host metrics. (#33556)Introduces the following vSAN host metrics to the vCenter receiver:
transformprocessor
: Support aggregating metrics based on their attributes. (#16224)metricstransformprocessor
: Adds the 'median' aggregation type to the Metrics Transform Processor. Also uses the refactored aggregation business logic from internal/core package. (#16224)telemetrygen
: uses the go logging SDK instead of pdata (#18902)elasticsearchexporter
: Add explicit bounds histogram support to metrics (#34045)hostmetricsreceiver
: allow configuring log pipeline to send host EntityState event (#33927)elasticsearchexporter
: Introduce an experimental OTel native mapping mode for logs (#33290)extension/healthcheckv2
: Add extension/subcomponent management logic. (#26661)otlpjsonconnector
: Add connector's implementations (#34249, #34208)windowsperfcountersreceiver
: Improve handling of non-existing instances for Windows Performance Counters (#33815)It is an expected that when querying Windows Performance Counters the targeted instances may not be present.
The receiver will no longer require the use of
recreate_query
to handle non-existing instances.As soon as the instances are available, the receiver will start collecting metrics for them.
There won't be warning log messages when there are no matches for the configured instances.
kafkareceiver
: Add settings session_timeout and heartbeat_interval to Kafka Receiver for group management facilities (#28630)otelarrowreceiver, otelarrowexporter
: OTel-Arrow internal packages moved into this repository. (#33567)New integration testing between otelarrowexporter and otelarrowreceiver.
otlpjsonconnector
: Move connector's stability to alpha. (#34208, #34253)pkg/ottl
: Adds anFormat
function to OTTL that callsfmt.Sprintf
(#33405)vcenterreceiver
: Adds a number of default disabled vSAN metrics for Clusters. (#33556)vcenterreceiver
: Adds a number of default disabled vSAN metrics for Virtual Machines. (#33556)🧰 Bug fixes 🧰
clickhouseexporter
: Increase the default number of queue consumers to 10 (#34176)opencensusreceiver
: Do not report an error into resource status during receiver shutdown when the listener connection was closed. (#33865)datadogconnector
: Produce stats for non-root client and producer spans whenconnector.datadogconnector.NativeIngest
andcompute_top_level_by_span_kind
are enabled (#34197)You should have only run into this bug when ALL the conditions below are met | 1. feature gate
connector.datadogconnector.NativeIngest
is enabled | 2. configcompute_top_level_by_span_kind
is set to true | 3. configcompute_stats_by_span_kind
is unset or set to false | 4. you have child spans with client or producer span kinddatadogconnector
: Respect_dd.measured
whenconnector.datadogconnector.NativeIngest
is enabled (#34197)Spans with attribute
_dd.measured
set to 1 will always get Datadog APM statsdeltatocumulativeprocessor
: fix bucket counts when downscaling exp histograms with odd offsets (#33831)otelarrowreceiver
: Fix potential goroutine leak when in stream-shutdown. (#34236)otelarrowreceiver
: Eliminate one spurious span error. (#34175)pkg/ottl
: Handle JSON array provided to ParseJSON function (#33535)exporter/datadog
: Fixes a bug whereotelcol_exporter_sent_log_records
was reporting double as many logs sent when using the logs agent feature gate. (#33887)statsdeceiver
: Log only non-EOF errors when reading payload received via TCP. (#33951)vcenterreceiver
: Adds destroys to the ContainerViews in the client. (#34254)This may not be necessary, but it should be better practice than not.
Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.