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 #5657

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/collector/component v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/config/configauth v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/config/configgrpc v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/config/confighttp v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/config/configretry v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/config/configtls v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/confmap v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/confmap/converter/expandconverter v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/confmap/provider/envprovider v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/confmap/provider/fileprovider v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/confmap/provider/httpprovider v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/confmap/provider/httpsprovider v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/confmap/provider/yamlprovider v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/connector v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/connector/forwardconnector v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/consumer v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/exporter v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/exporter/debugexporter v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/exporter/otlpexporter v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/exporter/otlphttpexporter v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/extension v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/extension/ballastextension v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/extension/zpagesextension v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/otelcol v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/pdata v1.9.0 -> v1.10.0 age adoption passing confidence
go.opentelemetry.io/collector/processor v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/processor/batchprocessor v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/receiver v0.102.1 -> v0.103.0 age adoption passing confidence
go.opentelemetry.io/collector/receiver/otlpreceiver v0.102.1 -> v0.103.0 age adoption passing confidence

Release Notes

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

v0.103.0

Compare Source

🛑 Breaking changes 🛑
  • exporter/debug: Disable sampling by default (#​9921)
    To restore the behavior that was previously the default, set sampling_thereafter to 500.
💡 Enhancements 💡
  • cmd/builder: Allow setting otelcol.CollectorSettings.ResolverSettings.DefaultScheme via the builder's conf_resolver.default_uri_scheme configuration option (#​10296)
  • mdatagen: add support for optional internal metrics (#​10316)
  • otelcol/expandconverter: Add confmap.unifyEnvVarExpansion feature gate to allow enabling Collector/Configuration SIG environment variable expansion rules. (#​10391)
    When enabled, this feature gate will:
  • confmap: Add confmap.unifyEnvVarExpansion feature gate to allow enabling Collector/Configuration SIG environment variable expansion rules. (#​10259)
    When enabled, this feature gate will:
  • confighttp: Allow the compression list to be overridden (#​10295)
    Allows Collector administrators to control which compression algorithms to enable for HTTP-based receivers.
  • configgrpc: Revert the zstd compression for gRPC to the third-party library we were using previously. (#​10394)
    We switched back to our compression logic for zstd when a CVE was found on the third-party library we were using. Now that the third-party library has been fixed, we can revert to that one. For end-users, this has no practical effect. The reproducers for the CVE were tested against this patch, confirming we are not reintroducing the bugs.
  • confmap: Adds alpha confmap.strictlyTypedInput feature gate that enables strict type checks during configuration resolution (#​9532)
    When enabled, the configuration resolution system will:
    • Stop doing most kinds of implicit type casting when resolving configuration values
    • Use the original string representation of configuration values if the ${} syntax is used in inline position
  • confighttp: Use confighttp.ServerConfig as part of zpagesextension. See [https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/confighttp/README.md#server-configuration]\(server configuration) options. (#​9368)
🧰 Bug fixes 🧰
  • exporterhelper: Fix potential deadlock in the batch sender (#​10315)
  • expandconverter: Fix bug where an warning was logged incorrectly. (#​10392)
  • exporterhelper: Fix a bug when the retry and timeout logic was not applied with enabled batching. (#​10166)
  • exporterhelper: Fix a bug where an unstarted batch_sender exporter hangs on shutdown (#​10306)
  • exporterhelper: Fix small batch due to unfavorable goroutine scheduling in batch sender (#​9952)
  • confmap: Fix issue where structs with only yaml tags were not marshaled correctly. (#​10282)

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 has been generated by Mend Renovate. View repository job log here.

Signed-off-by: Mend Renovate <bot@renovateapp.com>
@renovate-bot renovate-bot requested a review from a team as a code owner June 18, 2024 23:42
@forking-renovate forking-renovate bot added the changelog:dependencies Update to dependencies label Jun 18, 2024
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):

  • 10 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/collector v0.102.1 -> v0.103.0
go.opentelemetry.io/collector/config/configcompression v1.9.0 -> v1.10.0
go.opentelemetry.io/collector/config/confignet v0.102.1 -> v0.103.0
go.opentelemetry.io/collector/config/configopaque v1.9.0 -> v1.10.0
go.opentelemetry.io/collector/config/configtelemetry v0.102.1 -> v0.103.0
go.opentelemetry.io/collector/config/internal v0.102.1 -> v0.103.0
go.opentelemetry.io/collector/extension/auth v0.102.1 -> v0.103.0
go.opentelemetry.io/collector/featuregate v1.9.0 -> v1.10.0
go.opentelemetry.io/collector/semconv v0.102.1 -> v0.103.0
go.opentelemetry.io/collector/service v0.102.1 -> v0.103.0

@yurishkuro yurishkuro enabled auto-merge (squash) June 18, 2024 23:45
Copy link

codecov bot commented Jun 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.37%. Comparing base (5b85b7b) to head (140991f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5657      +/-   ##
==========================================
+ Coverage   96.36%   96.37%   +0.01%     
==========================================
  Files         327      327              
  Lines       16028    16028              
==========================================
+ Hits        15445    15447       +2     
+ Misses        405      404       -1     
+ Partials      178      177       -1     
Flag Coverage Δ
badger_v1 8.04% <ø> (ø)
badger_v2 ?
cassandra-3.x-v1 16.60% <ø> (ø)
cassandra-3.x-v2 1.85% <0.00%> (ø)
cassandra-4.x-v1 16.60% <ø> (ø)
cassandra-4.x-v2 ?
elasticsearch-7.x-v1 18.86% <ø> (ø)
elasticsearch-8.x-v1 19.06% <ø> (ø)
elasticsearch-8.x-v2 19.06% <ø> (ø)
grpc_v1 9.47% <ø> (ø)
grpc_v2 ?
kafka 9.76% <ø> (ø)
opensearch-1.x-v1 18.92% <ø> (ø)
opensearch-2.x-v1 18.92% <ø> (ø)
opensearch-2.x-v2 18.92% <ø> (+0.01%) ⬆️
unittests 94.22% <100.00%> (+0.01%) ⬆️

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 and others added 4 commits June 18, 2024 19:52
Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Yuri Shkuro <github@ysh.us>
@yurishkuro yurishkuro merged commit 1c1f22b into jaegertracing:main Jun 19, 2024
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:dependencies Update to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants