Skip to content
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

chore(deps): update opentelemetry collector to v0.85.0 #60

Merged
merged 2 commits into from
Sep 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor minor v0.84.0 -> v0.85.0
github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor minor v0.84.0 -> v0.85.0
github.com/open-telemetry/opentelemetry-collector-contrib/processor/k8sattributesprocessor minor v0.84.0 -> v0.85.0
github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor minor v0.84.0 -> v0.85.0
github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor minor v0.84.0 -> v0.85.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/fluentforwardreceiver minor v0.84.0 -> v0.85.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/httpcheckreceiver minor v0.84.0 -> v0.85.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/syslogreceiver minor v0.84.0 -> v0.85.0
github.com/open-telemetry/opentelemetry-collector-contrib/testbed require minor v0.84.0 -> v0.85.0
go.opentelemetry.io/collector/cmd/builder require minor v0.84.0 -> v0.85.0
go.opentelemetry.io/collector/component require minor v0.84.0 -> v0.85.0
go.opentelemetry.io/collector/connector/forwardconnector minor v0.84.0 -> v0.85.0
go.opentelemetry.io/collector/exporter/loggingexporter minor v0.84.0 -> v0.85.0
go.opentelemetry.io/collector/exporter/otlpexporter minor v0.84.0 -> v0.85.0
go.opentelemetry.io/collector/exporter/otlphttpexporter minor v0.84.0 -> v0.85.0
go.opentelemetry.io/collector/extension/ballastextension minor v0.84.0 -> v0.85.0
go.opentelemetry.io/collector/extension/zpagesextension minor v0.84.0 -> v0.85.0
go.opentelemetry.io/collector/processor/batchprocessor minor v0.84.0 -> v0.85.0
go.opentelemetry.io/collector/processor/memorylimiterprocessor minor v0.84.0 -> v0.85.0
go.opentelemetry.io/collector/receiver/otlpreceiver minor 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 featuregate coreinternal.attraction.hash.sha256 to stable (#​4759)

💡 Enhancements 💡
  • postgresqlreceiver: Added postgresql.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)
    • Read the client ID and/or secret from a file by specifying the file path to the ClientIDFile (client_id_file) and ClientSecretFile (client_secret_file) fields respectively.
    • The file is read every time the client issues a new token. This means that the corresponding value can change dynamically during the execution by modifying the file contents.
  • 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:
    • extension.jaegerremotesampling.replaceThriftWithProto
    • receiver.jaegerreceiver.replaceThriftWithProto
  • 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 option awsemf.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 enable retry_on_failure or sending_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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner September 11, 2023 21:30
@renovate renovate bot force-pushed the renovate/opentelemetry-collector branch 3 times, most recently from 9c25cb1 to 70a41b3 Compare September 12, 2023 14:55
@renovate renovate bot force-pushed the renovate/opentelemetry-collector branch from 70a41b3 to 0a3cfb9 Compare September 12, 2023 17:19
@renovate renovate bot changed the title fix(deps): update opentelemetry collector to v0.85.0 chore(deps): update opentelemetry collector to v0.85.0 Sep 12, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Sep 14, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@evan-bradley evan-bradley merged commit 5735d26 into main Sep 14, 2023
2 checks passed
@evan-bradley evan-bradley deleted the renovate/opentelemetry-collector branch September 14, 2023 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant