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

fix(deps): update module go.opentelemetry.io/collector/consumer to v0.111.0 #11431

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/collector/consumer v0.109.0 -> v0.111.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/consumer)

v0.111.0

Compare Source

🛑 Breaking changes 🛑
  • service/telemetry: Change default metrics address to "localhost:8888" instead of ":8888" (#​11251)
    This behavior can be disabled by disabling the feature gate 'telemetry.UseLocalHostAsDefaultMetricsAddress'.
  • loggingexporter: Removed the deprecated logging exporter. Use the debug exporter instead. (#​11037)
🚩 Deprecations 🚩
  • service/telemetry: Deprecate service::telemetry::metrics::address in favor of service::telemetry::metrics::readers. (#​11205)
  • processorhelper: Deprecate BuildProcessorMetricName as it's no longer needed since introduction of mdatagen (#​11302)
💡 Enhancements 💡
  • ocb: create docker images for OCB, per https://github.com/open-telemetry/opentelemetry-collector-releases/pull/671 (#​5712)
    Adds standard Docker images for OCB to Dockerhub and GitHub, see hub.docker.com/r/otel/opentelemetry-collector-builder
  • confighttp: Snappy compression to lazy read for memory efficiency (#​11177)
  • httpsprovider: Mark the httpsprovider as stable. (#​11191)
  • httpprovider: Mark the httpprovider as stable. (#​11191)
  • yamlprovider: Mark the yamlprovider as stable. (#​11192)
  • confmap: Allow using any YAML structure as a string when loading configuration including time.Time formats (#​10659)
    Previously, fields with time.Time formats could not be used as strings in configurations
🧰 Bug fixes 🧰
  • processorhelper: Fix data race condition, concurrent writes to the err variable, causes UB (Undefined Behavior) (#​11350)
  • cmd/builder: re-adds function to properly set and view version number of OpenTelemetry Collector Builder (ocb) binaries (#​11208)
  • pdata: Unmarshal Span and SpanLink flags from JSON (#​11267)

v0.110.0

Compare Source

🛑 Breaking changes 🛑
  • processorhelper: Update incoming/outgoing metrics to a single metric with a otel.signal attributes. (#​11144)
    The following metrics were added in the previous version
    • otelcol_processor_incoming_spans
    • otelcol_processor_outgoing_spans
    • otelcol_processor_incoming_metric_points
    • otelcol_processor_outgoing_metric_points
    • otelcol_processor_incoming_log_records
    • otelcol_processor_outgoing_log_records
      They are being replaced with the following to more closely align with OTEP 259:
    • otelcol_processor_incoming_items
    • otelcol_processor_outgoing_items
  • processorhelper: Remove deprecated [Traces|Metrics|Logs]Inserted funcs (#​11151)
  • config: Mark UseLocalHostAsDefaultHostfeatureGate as stable (#​11235)
🚩 Deprecations 🚩
  • processorhelper: deprecate accepted/refused/dropped metrics (#​11201)
    The following metrics are being deprecated as they were only used in a single
    processor:
    • otelcol_processor_accepted_log_records
    • otelcol_processor_accepted_metric_points
    • otelcol_processor_accepted_spans
    • otelcol_processor_dropped_log_records
    • otelcol_processor_dropped_metric_points
    • otelcol_processor_dropped_spans
    • otelcol_processor_refused_log_records
    • otelcol_processor_refused_metric_points
    • otelcol_processor_refused_spans
💡 Enhancements 💡
  • pdata: Add support to MoveTo for Map, allow avoiding copies (#​11175)
  • mdatagen: Add stability field to telemetry metrics, allowing the generated description to include a stability string. (#​11160)
  • confignet: Mark module as Stable. (#​9801)
  • confmap/provider/envprovider: Support default values when env var is empty (#​5228)
  • mdatagen: mdatagen validateMetrics() support validate metrics in telemetry.metric (#​10925)
  • service/telemetry: Mark useOtelWithSDKConfigurationForInternalTelemetry as stable (#​7532)
  • mdatagen: Use cobra for the command, add version flag (#​11196)
🧰 Bug fixes 🧰
  • service: Ensure process telemetry is registered when internal telemetry is configured with readers instead of an address. (#​11093)

  • mdatagen: Fix incorrect generation of metric tests with boolean attributes. (#​11169)

  • otelcol: Fix the Windows Event Log configuration when running the Collector as a Windows service. (#​5297, #​11051)

  • builder: Honor build_tags in config (#​11156)

  • builder: Fix version for providers in the default config (#​11123)

  • cmd/builder: Temporarily disable strict versioning checks (#​11129, #​11152)
    The strict versioning check may be enabled by default in a future version once all configuration providers are stabilized.

  • confmap: Fix loading config of a component from a different source. (#​11154)
    This issue only affected loading the whole component config, loading parts of a component config from a different source was working correctly.


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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 12, 2024 23:50
@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Oct 12, 2024
@renovate renovate bot requested a review from songy23 October 12, 2024 23:50
Copy link

codecov bot commented Oct 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.15%. Comparing base (49f657f) to head (39264f0).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11431   +/-   ##
=======================================
  Coverage   92.15%   92.15%           
=======================================
  Files         432      432           
  Lines       20255    20255           
=======================================
  Hits        18666    18666           
  Misses       1228     1228           
  Partials      361      361           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bogdandrutu bogdandrutu reopened this Oct 13, 2024
@bogdandrutu bogdandrutu merged commit 5f55689 into main Oct 13, 2024
96 of 97 checks passed
@bogdandrutu bogdandrutu deleted the renovate/all-go.opentelemetry.iocollector-packages branch October 13, 2024 00:34
@github-actions github-actions bot added this to the next release milestone Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovatebot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant