chore(deps): update opentelemetry collector to v0.85.0 #60
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.84.0
->v0.85.0
v0.84.0
->v0.85.0
v0.84.0
->v0.85.0
v0.84.0
->v0.85.0
v0.84.0
->v0.85.0
v0.84.0
->v0.85.0
v0.84.0
->v0.85.0
v0.84.0
->v0.85.0
v0.84.0
->v0.85.0
v0.84.0
->v0.85.0
v0.84.0
->v0.85.0
v0.84.0
->v0.85.0
v0.84.0
->v0.85.0
v0.84.0
->v0.85.0
v0.84.0
->v0.85.0
v0.84.0
->v0.85.0
v0.84.0
->v0.85.0
v0.84.0
->v0.85.0
v0.84.0
->v0.85.0
v0.84.0
->v0.85.0
Release Notes
open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor)
v0.85.0
Compare Source
🛑 Breaking changes 🛑
k8sclusterreceiver
: Remove deprecated Kubernetes API resources (#23612, #26551)Drop support of HorizontalPodAutoscaler v2beta2 version and CronJob v1beta1 version.
Note that metrics for those resources will not be emitted anymore on Kubernetes 1.22 and older.
prometheusexporters
: Append prometheus type and unit suffixes by default in prometheus exporters. (#26488)Suffixes can be disabled by setting add_metric_suffixes to false on the exporter.
attributesprocessor, resourceprocessor
: Transition featuregatecoreinternal.attraction.hash.sha256
to stable (#4759)💡 Enhancements 💡
postgresqlreceiver
: Addedpostgresql.database.locks
metric. (#26317)receiver/statsdreceiver
: Add support for distribution type metrics in the statsdreceiver. (#24768)pkg/ottl
: Add converters to convert time to unix nanoseconds, unix microseconds, unix milliseconds or unix seconds (#24686)oauth2clientauthextension
: Enable dynamically reading ClientID and ClientSecret from files (#26117)client_id_file
) and ClientSecretFile (client_secret_file
) fields respectively.receiver/hostmetrics
: Don't collect connections data from the host if system.network.connections metric is disabled to not waste CPU cycles. (#25815)jaegerreceiver,jaegerremotesamplingextension
: Add featuregates to replace Thrift-gen with Proto-gen types for sampling strategies (#18401)Available featuregates are:
influxdbexporter
: Add user-configurable LogRecord dimensions (otel attributes -> InfluxDB tags) (#26342)k8sclusterreceiver
: Add optional k8s.kubelet.version, k8s.kubeproxy.version node resource attributes (#24835)k8sclusterreceiver
: Add k8s.pod.status_reason option metric (#24034)k8sobjectsreceiver
: Adds logic to properly handle 410 response codes when watching. This improves the reliability of the receiver. (#26098)k8sobjectreceiver
: Adds option to exclude event types (MODIFIED, DELETED, etc) in watch mode. (#26042)datadogexporter
: Host metadata for remote hosts is now reported on first sight or on change (#25145)Host metadata for remote hosts will only be sent for payloads with the datadog.host.use_as_metadata resource attribute.
🧰 Bug fixes 🧰
processor/routing
: When using attributes instead of resource attributes, the routing processor would crash the collector. This does not affect the connector version of this component. (#26462)awsemfexporter
: Fix possible panic in when configuration optionawsemf.output_destination:stdout
is set (#26250)snmpreceiver
: Fix how to determine how many RAs on a metric are scalar (#26363)We now create the proper number of resources for configurations where a resource uses fewer than the available number of scalar resource attribtues.
processor/tailsampling
: Added saving instrumentation library information for tail-sampling (#13642)receiver/kubeletstats
: Fixes client to refresh service account token when authenticating with kubelet (#26120)datadogexporter
: Fixes crash when mapping OTLP Exponential Histograms with no buckets. These will now be dropped instead. (#26103)filelogreceiver
: Fix the behavior of the add operator to continue to support EXPR(env("MY_ENV_VAR")) expressions (#26373)snmpreceiver
: SNMP values of type Counter64 were seen as unsupported, because the returned data type unint64 was unhandeled. (#23897, #26119)pkg/stanza
: Fix issue unsupported type 'syslog_parser' (#26452)open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/cmd/builder)
v0.85.0
Compare Source
💡 Enhancements 💡
components command
: The "components" command now lists the component's stability levels. (#8289)Note that the format of this output is NOT stable and can change between versions.
confighttp
: Add option to disable HTTP keep-alives (#8260)🧰 Bug fixes 🧰
confmap
: fix bugs of unmarshalling slice values (#4001)exporterhelper
: Stop logging error messages suggesting user to enableretry_on_failure
orsending_queue
when they are not available. (#8369)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 has been generated by Mend Renovate. View repository job log here.