Update All OTEL Collector contrib packages to v0.127.0#7186
Conversation
ℹ 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 #7186 +/- ##
==========================================
- Coverage 96.19% 96.14% -0.06%
==========================================
Files 366 366
Lines 21947 21947
==========================================
- Hits 21113 21102 -11
- Misses 623 631 +8
- Partials 211 214 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Mend Renovate <bot@renovateapp.com>
3516f90 to
5112f7e
Compare
yurishkuro
left a comment
There was a problem hiding this comment.
This is only a partial upgrade of core Collector modules, but that upgrade on itself does not work due to removed functions still used by Contrib. We can try to merge this first and then let renovate catch up on the rest of Collector modules.
This PR contains the following updates:
v0.126.0->v0.127.0v0.126.0->v0.127.0v0.126.0->v0.127.0v0.126.0->v0.127.0v0.126.0->v0.127.0v0.126.0->v0.127.0v0.126.0->v0.127.0v0.126.0->v0.127.0v0.126.0->v0.127.0v0.126.0->v0.127.0v0.126.0->v0.127.0v0.126.0->v0.127.0v0.126.0->v0.127.0v0.126.0->v0.127.0Release Notes
open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector)
v0.127.0Compare Source
🛑 Breaking changes 🛑
sqlserverreceiver: Zero values in delta attributes will be reported in top query collection. (#40041)This change includes the following attributes:
stefreceiver, stefexporter: Updated to STEF 0.0.6, which had a breaking change in the format from 0.0.5 (#40058)🚀 New components 🚀
stefreceiver: Update stability of STEF receiver to Alpha. (#40062)💡 Enhancements 💡
coralogixexporter: Added a mechanism to drop telemetry data when rate limit, quota or authorization errors are encountered. (#40074)Added a new configuration option to the Coralogix exporter to enable a rate limiter mechanism.
The rate limiter mechanism is disabled by default. It can be configured using the following configuration options:
rate_limiter:
enabled: true
threshold: 10
duration: 1m
Where:
enabledis a boolean flag to enable the rate limiter mechanism.thresholdis the number of errors to trigger the rate limiter mechanism (default: 10).durationis the duration of the rate limit window (default: 1 minute).Note the number of errors is cumulative and reset after the duration has passed or a successful request is made.
coralogixexporter: Print metrics causing the partial success response from the backend. (#40199)awss3receiver: Add SQS support to the awss3receiver component (#36315)azuremonitorreceiver: Add support for azureauthextension as a token provider for azuremonitorreceiver. (#39048)datadogreceiver: Address semantic conventions noncompliance and add support for http/db (#36924)server.addresson client/producer/consumer spanskafkaexporter: Allow kafka exporter to produce to topics based on metadata key values (#39208)Allows the Kafka exporter to dynamically use a signal's export target topic based
on the value of the pipeline's metadata, allowing dynamic signal routing.
faroreceiver, faroexporter: Stability level changed from development to alpha. (#40000)processor/tailsampling: Add first policy match decision to tailsampling processor (#36795)gitlabreceiver: add GitLab pipeline tracing functionality (#35207)receiver/k8sclusterreceiver: Added new resource attributesk8s.hpa.scaletargetref.kind,k8s.hpa.scaletargetref.name, andk8s.hpa.scaletargetref.apiversionto thek8s.hparesource. These attributes are disabled by default. (#38768)datdogexporter, datadogconnector: Graduate the datadog.EnableReceiveResourceSpansV2 feature gate to beta. (#40083)k8sobserver: Add namespaces setting for scoping k8s client to specific namespaces (#39677)lokireceiver: Add support for structured metadata in lokireceiver (#40095)awss3exporter: Add the retry mode, max attempts and max backoff to the settings (#36264)receiver/netflow: Adds additional common EtherTypes fornetwork.type. (#40219)prometheusremotewriteexproter: Adds wal metrics to the Prometheus Remote WRite Exporter. The new metrics are:otelcol_exporter_prometheusremotewrite_wal_writes: The total number of WAL writes.otelcol_exporter_prometheusremotewrite_wal_writes_failures: The total number of WAL write failures.(#39556)
sumologicexporter: Change how infinity bounds are represented in histogram buckets so that the Sumologic backend can properly handle them. (#39904)k8sattributesprocessor: Add option to configure automatic service resource attributes (#37114)Implements Service Attributes.
If you are using the file log receiver, you can now create the same resource attributes as traces (via OTLP) received
from an application instrumented with the OpenTelemetry Operator -
simply by adding the
extract: { metadata: ["service.namespace", "service.name", "service.version", "service.instance.id"] }configuration to the
k8sattributesprocessorprocessor.See the documentation for more details.
signaltometricsconnector: Add support for parsing gauge metrics from any signal types (#37093)receiver/sqlserver: Add new metric for disk IO rate on a resource pool (#39977)The new metric
sqlserver.resource_pool.disk.operationsis disabled by default.receiver/sqlserver: Add new metricsqlserver.lock.wait.count(#39892)This metric is disabled by default.
receiver/sqlserver: Add new metric to track OS wait times (#39977)The new metric is named
sqlserver.os.wait.durationand disabled by default.receiver/sqlserver: Enablesqlserver.page.life_expectancymetric for all configurations (#39940)This metric was originally only available when running on Windows, but is
now available for all configuration options, including direct connection.
Since this metric is enabled by default, users who have direct connection
configured will now have this metric emitted by default.
sqlserverreceiver: Add configuration optiontop_query_collection.collection_intervalfor top query collection to make the collection less frequent. (#40002)top_query_collectionfeature.60s🧰 Bug fixes 🧰
elasticsearchexporter: Fix panic when encoding non-string scope attributes. (#37701)awsfirehosereceiver: Parse encoding as a component ID, not just type, allowing for named encodings. (#39808)awsfirehosereceiver: Fix decoding for OTLP-formatted metrics. (#39462)OTLP-formatted metrics were not being decoded correctly until now.
azuremonitorreceiver: usemetricsaggregation filter whenuse_batch_api: true(#40079)googlecloudexporter: Update the MapMonitoredResource mapping when the exporter.googlecloud.CustomMonitoredResources feature flag is used (#40186)golden: Return an error on timeout without receiving any data (#40076)postgresqlreceiver: fix too many top query got reported. top query should only report those queries were executed during the query interval (#39942)filelogreceiver: Introduceutf8-rawencoding to avoid replacing invalid bytes with \uFFFD when reading UTF-8 input. (#39653)internal/splunk: Treat HTTP 403 Forbidden as a permanent error. (#39037)splunkhecexporter,signalfxexporter.spanmetricsconnector: Fix bug causing span metrics calls count to be always 0 when using delta temporality (#40139)kafkareceiver, kafkaexporter: Add support for named encoding extensions in kafkareceiver and kafkaexporter (#40142)libhoneyreceiver: Handle paths without slashes at the end by adding them (#40070)exporter/datadog: Correctly treat summary counts as cumulative monotonic sums instead of cumulative non-monotonic sums (#40176)opampsupervisor: Fix bug in order of configuration composition and server start (#39949)First start the Supervisor's OpAMP server at a random port, then
compose the configuration for the agent with that port.
cmd/opampsupervisor: Fix race condition where the Supervisor could report the wrong health status (#40207)opampsupervisor: If there is a remote config, the supervisor now reports the remote config as applied and the correct hash on startup. (#40233)stefreceiver: Correctly handle Shutdown request (#40082)The receiver now correctly Shutdown even if there are active connections
Configuration
📅 Schedule: Branch creation - "on the first day of the month" (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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.