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

Update All OTEL Collector packages #5963

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/collector/component v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/component/componentstatus v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/config/configauth v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/config/configgrpc v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/config/confighttp v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/config/confignet v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/config/configretry v1.14.1 -> v1.15.0 age adoption passing confidence
go.opentelemetry.io/collector/config/configtls v1.14.1 -> v1.15.0 age adoption passing confidence
go.opentelemetry.io/collector/confmap v1.14.1 -> v1.15.0 age adoption passing confidence
go.opentelemetry.io/collector/confmap/provider/httpprovider v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/confmap/provider/httpsprovider v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/confmap/provider/yamlprovider v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/connector v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/connector/forwardconnector v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/consumer v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/consumer/consumertest v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/exporter v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/exporter/debugexporter v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/exporter/otlpexporter v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/exporter/otlphttpexporter v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/extension v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/extension/zpagesextension v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/otelcol v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/pdata v1.14.1 -> v1.15.0 age adoption passing confidence
go.opentelemetry.io/collector/processor v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/processor/batchprocessor v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/receiver v0.108.1 -> v0.109.0 age adoption passing confidence
go.opentelemetry.io/collector/receiver/otlpreceiver v0.108.1 -> v0.109.0 age adoption passing confidence

Release Notes

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

v0.109.0

Compare Source

🛑 Breaking changes 🛑
  • scraperhelper: Remove deprecated ObsReport, ObsReportSettings, NewObsReport types/funcs (#​11086)
  • confmap: Remove stable confmap.strictlyTypedInput gate (#​11008)
  • confmap: Removes stable confmap.unifyEnvVarExpansion feature gate. (#​11007)
  • ballastextension: Removes the deprecated ballastextension (#​10671)
  • service: Removes stable service.disableOpenCensusBridge feature gate (#​11009)
🚩 Deprecations 🚩
  • processorhelper: These funcs are not used anywhere, marking them deprecated. (#​11083)
🚀 New components 🚀
  • extension/experimental/storage: Move extension/experimental/storage into a separate module (#​11022)
💡 Enhancements 💡
  • configtelemetry: Add guidelines for each level of component telemetry (#​10286)

  • service: move useOtelWithSDKConfigurationForInternalTelemetry gate to beta (#​11091)

  • service: implement a no-op tracer provider that doesn't propagate the context (#​11026)
    The no-op tracer provider supported by the SDK incurs a memory cost of propagating the context no matter
    what. This is not needed if tracing is not enabled in the Collector. This implementation of the no-op tracer
    provider removes the need to allocate memory when tracing is disabled.

  • envprovider: Mark module as stable (#​10982)

  • fileprovider: Mark module as stable (#​10983)

  • processor: Add incoming and outgoing counts for processors using processorhelper. (#​10910)
    Any processor using the processorhelper package (this is most processors) will automatically report
    incoming and outgoing item counts. The new metrics are:

    • 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
🧰 Bug fixes 🧰
  • configgrpc: Change the value of max_recv_msg_size_mib from uint64 to int to avoid a case where misconfiguration caused an integer overflow. (#​10948)
  • exporterqueue: Fix a bug in persistent queue that Offer can becomes deadlocked when queue is almost full (#​11015)

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

Copy link

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 26 additional dependencies were updated

Details:

Package Change
github.com/rs/cors v1.11.0 -> v1.11.1
github.com/shirou/gopsutil/v4 v4.24.7 -> v4.24.8
go.opentelemetry.io/collector v0.108.1 -> v0.109.0
go.opentelemetry.io/collector/client v1.14.1 -> v1.15.0
go.opentelemetry.io/collector/component/componentprofiles v0.108.1 -> v0.109.0
go.opentelemetry.io/collector/config/configcompression v1.14.1 -> v1.15.0
go.opentelemetry.io/collector/config/configopaque v1.14.1 -> v1.15.0
go.opentelemetry.io/collector/config/configtelemetry v0.108.1 -> v0.109.0
go.opentelemetry.io/collector/config/internal v0.108.1 -> v0.109.0
go.opentelemetry.io/collector/consumer/consumerprofiles v0.108.1 -> v0.109.0
go.opentelemetry.io/collector/extension/auth v0.108.1 -> v0.109.0
go.opentelemetry.io/collector/featuregate v1.14.1 -> v1.15.0
go.opentelemetry.io/collector/internal/globalgates v0.108.1 -> v0.109.0
go.opentelemetry.io/collector/pdata/pprofile v0.108.1 -> v0.109.0
go.opentelemetry.io/collector/pdata/testdata v0.108.1 -> v0.109.0
go.opentelemetry.io/collector/semconv v0.108.1 -> v0.109.0
go.opentelemetry.io/collector/service v0.108.1 -> v0.109.0
go.opentelemetry.io/contrib/config v0.8.0 -> v0.9.0
go.opentelemetry.io/contrib/propagators/b3 v1.28.0 -> v1.29.0
go.opentelemetry.io/contrib/zpages v0.53.0 -> v0.54.0
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.4.0 -> v0.5.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.28.0 -> v1.29.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.28.0 -> v1.29.0
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.28.0 -> v1.29.0
go.opentelemetry.io/otel/log v0.4.0 -> v0.5.0
go.opentelemetry.io/otel/sdk/log v0.4.0 -> v0.5.0

@renovate-bot renovate-bot requested a review from a team as a code owner September 10, 2024 01:04
@forking-renovate forking-renovate bot added the changelog:dependencies Update to dependencies label Sep 10, 2024
@dosubot dosubot bot added the area/otel label Sep 10, 2024
Signed-off-by: Yuri Shkuro <[email protected]>
@yurishkuro yurishkuro enabled auto-merge (squash) September 10, 2024 01:12
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Copy link

codecov bot commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.81%. Comparing base (bdeb8e6) to head (fa1a268).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #5963       +/-   ##
===========================================
+ Coverage   51.44%   96.81%   +45.36%     
===========================================
  Files         176      345      +169     
  Lines        8869    16523     +7654     
===========================================
+ Hits         4563    15996    +11433     
+ Misses       3863      340     -3523     
+ Partials      443      187      -256     
Flag Coverage Δ
badger_v1 8.02% <0.00%> (-0.01%) ⬇️
badger_v2 1.82% <0.00%> (-0.01%) ⬇️
cassandra-4.x-v1 16.61% <0.00%> (-0.01%) ⬇️
cassandra-4.x-v2 1.75% <0.00%> (-0.01%) ⬇️
cassandra-5.x-v1 16.61% <0.00%> (-0.01%) ⬇️
cassandra-5.x-v2 1.75% <0.00%> (-0.01%) ⬇️
elasticsearch-6.x-v1 18.77% <0.00%> (-0.02%) ⬇️
elasticsearch-7.x-v1 18.83% <0.00%> (-0.02%) ⬇️
elasticsearch-8.x-v1 19.02% <0.00%> (-0.02%) ⬇️
elasticsearch-8.x-v2 1.81% <0.00%> (-0.02%) ⬇️
grpc_v1 9.52% <100.00%> (+0.03%) ⬆️
grpc_v2 7.14% <0.00%> (-0.02%) ⬇️
kafka-v1 9.74% <0.00%> (-0.01%) ⬇️
kafka-v2 1.82% <0.00%> (-0.01%) ⬇️
memory_v2 1.81% <0.00%> (-0.02%) ⬇️
opensearch-1.x-v1 18.89% <0.00%> (-0.01%) ⬇️
opensearch-2.x-v1 18.88% <0.00%> (-0.02%) ⬇️
opensearch-2.x-v2 1.81% <0.00%> (-0.01%) ⬇️
tailsampling-processor 0.46% <0.00%> (-0.01%) ⬇️
unittests 95.29% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@yurishkuro yurishkuro merged commit 004a686 into jaegertracing:main Sep 11, 2024
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants