Skip to content

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Aug 17, 2025

This PR contains the following updates:

Package Change Age Confidence
go.opentelemetry.io/collector/config/confighttp/xconfighttp v0.131.0 -> v0.132.0 age confidence
go.opentelemetry.io/collector/confmap/provider/envprovider v1.37.0 -> v1.38.0 age confidence
go.opentelemetry.io/collector/confmap/provider/fileprovider v1.37.0 -> v1.38.0 age confidence
go.opentelemetry.io/collector/confmap/provider/httpprovider v1.37.0 -> v1.38.0 age confidence
go.opentelemetry.io/collector/confmap/provider/httpsprovider v1.37.0 -> v1.38.0 age confidence
go.opentelemetry.io/collector/confmap/provider/yamlprovider v1.37.0 -> v1.38.0 age confidence
go.opentelemetry.io/collector/connector/forwardconnector v0.131.0 -> v0.132.0 age confidence
go.opentelemetry.io/collector/exporter/debugexporter v0.131.0 -> v0.132.0 age confidence
go.opentelemetry.io/collector/exporter/nopexporter v0.131.0 -> v0.132.0 age confidence
go.opentelemetry.io/collector/exporter/otlpexporter v0.131.0 -> v0.132.0 age confidence
go.opentelemetry.io/collector/exporter/otlphttpexporter v0.131.0 -> v0.132.0 age confidence
go.opentelemetry.io/collector/extension/zpagesextension v0.131.0 -> v0.132.0 age confidence
go.opentelemetry.io/collector/otelcol v0.131.0 -> v0.132.0 age confidence
go.opentelemetry.io/collector/processor/batchprocessor v0.131.0 -> v0.132.0 age confidence
go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.131.0 -> v0.132.0 age confidence
go.opentelemetry.io/collector/receiver/nopreceiver v0.131.0 -> v0.132.0 age confidence
go.opentelemetry.io/collector/receiver/otlpreceiver v0.131.0 -> v0.132.0 age confidence

Release Notes

open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/config/confighttp/xconfighttp)

v0.132.0

Compare Source

🛑 Breaking changes 🛑
  • componentstatus: Change the signature of the componentstatus.NewEvent to accept multiple options. (#​13210)
    Changes the signature of the component.NewEvent to accept multiple EventBuilderOption,
    like the new WithAttributes constructor.
🚩 Deprecations 🚩
  • service: move service.noopTraceProvider feature gate to deprecated stage (#​13492)
    The functionality of the feature gate is available via configuration with the following telemetry settings:

    service:
      telemetry:
        traces:
          level: none
    
  • mdatagen: Remove the deletion of generated_component_telemetry_test.go. (#​12067)
    This file used to be generated by mdatagen. Starting with 0.122.0, the code deletes that file.
    It is no longer necessary to delete the file, as code has had time to upgrade to mdatagen and delete the file.

  • service: The telemetry.disableHighCardinalityMetrics feature gate is deprecated (#​13537)
    The feature gate is now deprecated since metric views can be configured.
    The feature gate will be removed in v0.134.0.

    The metric attributes removed by this feature gate are no longer emitted
    by the Collector by default, but if needed, you can achieve the same
    functionality by configuring the following metric views:

    service:
      telemetry:
        metrics:
          level: detailed
          views:
            - selector:
                meter_name: "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc"
              stream:
                attribute_keys:
                  excluded: ["net.sock.peer.addr", "net.sock.peer.port", "net.sock.peer.name"]
            - selector:
                meter_name: "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp"
              stream:
                attribute_keys:
                  excluded: ["net.host.name", "net.host.port"]

    Note that this requires setting service::telemetry::metrics::level: detailed.
    If you have a strong use case for using views in combination with a different
    level, please show your interesthttps://github.com/open-telemetry/opentelemetry-collector/issues/10769/10769.

💡 Enhancements 💡
  • pdata: Generate Logs/Traces/Metrics/Profiles and p[log|trace|metric|profile]ExportResponse with pdatagen. (#​13597)
    This change brings consistency on how these structs are written and remove JSON marshaling/unmarshaling hand written logic.
  • confighttp: Add option to configure ForceAttemptHTTP2 to support HTTP/1 specific transport settings. (#​13426)
  • pdata: Avoid unnecessary buffer copy when JSON marshal fails. (#​13598)
  • cmd/mdatagen: Use a custom host implementation for lifecycle tests (#​13589)
    Use a custom noop host implementation that implements all non-deprecated, publicly-accessible interfaces implemented by the Collector service.
  • processorhelper: Add processor internal duration metric. (#​13231)
  • pdata: Improve RemoveIf for slices to not reference anymore the removed memory (#​13522)
🧰 Bug fixes 🧰
  • pdata: Fix null pointer access when copying into a slice with larger cap but smaller len. (#​13523)

  • confighttp: Fix middleware configuration field name from "middleware" to "middlewares" for consistency with configgrpc (#​13444)

  • memorylimiterextension, memorylimiterprocessor: Memory limiter extension and processor shutdown don't throw an error if the component was not started first. (#​9687)
    The components would throw an error if they were shut down before being started.
    With this change, they will no longer return an error, conforming to the lifecycle of components expected.

  • confighttp: Reuse zstd Reader objects (#​11824)


Configuration

📅 Schedule: Branch creation - "on the first day of the month" (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.

👻 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.

@forking-renovate forking-renovate bot added the changelog:dependencies Update to dependencies label Aug 17, 2025
@renovate-bot renovate-bot requested a review from a team as a code owner August 17, 2025 17:38
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
github.com/shirou/gopsutil/v4 v4.25.6 -> v4.25.7
github.com/tklauser/go-sysconf v0.3.12 -> v0.3.15
github.com/tklauser/numcpus v0.6.1 -> v0.10.0
go.opentelemetry.io/collector v0.131.0 -> v0.132.0
go.opentelemetry.io/collector/config/configtelemetry v0.131.0 -> v0.132.0
go.opentelemetry.io/collector/internal/memorylimiter v0.131.0 -> v0.132.0
go.opentelemetry.io/collector/internal/sharedcomponent v0.131.0 -> v0.132.0
go.opentelemetry.io/collector/processor/processorhelper/xprocessorhelper v0.131.0 -> v0.132.0
go.opentelemetry.io/collector/service v0.131.0 -> v0.132.0
go.opentelemetry.io/collector/service/hostcapabilities v0.131.0 -> v0.132.0

@renovate-bot renovate-bot added the changelog:dependencies Update to dependencies label Aug 17, 2025
@dosubot dosubot bot added area/otel go Pull requests that update go code labels Aug 17, 2025
Copy link

codecov bot commented Aug 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.62%. Comparing base (caa07fd) to head (320c214).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7458   +/-   ##
=======================================
  Coverage   96.61%   96.62%           
=======================================
  Files         377      377           
  Lines       23089    23089           
=======================================
+ Hits        22307    22309    +2     
+ Misses        596      594    -2     
  Partials      186      186           
Flag Coverage Δ
badger_v1 9.02% <ø> (ø)
badger_v2 1.70% <ø> (ø)
cassandra-4.x-v1-manual 11.68% <ø> (ø)
cassandra-4.x-v2-auto 1.69% <ø> (ø)
cassandra-4.x-v2-manual 1.69% <ø> (ø)
cassandra-5.x-v1-manual 11.68% <ø> (ø)
cassandra-5.x-v2-auto 1.69% <ø> (ø)
cassandra-5.x-v2-manual 1.69% <ø> (ø)
elasticsearch-6.x-v1 16.58% <ø> (ø)
elasticsearch-7.x-v1 16.62% <ø> (ø)
elasticsearch-8.x-v1 16.77% <ø> (ø)
elasticsearch-8.x-v2 1.70% <ø> (ø)
elasticsearch-9.x-v2 1.70% <ø> (ø)
grpc_v1 10.22% <ø> (ø)
grpc_v2 1.70% <ø> (ø)
kafka-3.x-v1 9.67% <ø> (ø)
kafka-3.x-v2 1.70% <ø> (ø)
memory_v2 1.70% <ø> (ø)
opensearch-1.x-v1 16.67% <ø> (ø)
opensearch-2.x-v1 16.67% <ø> (ø)
opensearch-2.x-v2 1.70% <ø> (ø)
opensearch-3.x-v2 1.70% <ø> (ø)
query 1.70% <ø> (ø)
tailsampling-processor 0.47% <ø> (ø)
unittests 95.60% <ø> (+<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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

Metrics Comparison Summary

summary_metrics_snapshot_opensearch

📊 Metrics Diff Summary

Total Changes: 73

  • 🆕 Added: 73 metrics
  • ❌ Removed: 0 metrics
  • 🔄 Modified: 0 metrics

🆕 Added Metrics

  • jaeger_storage_latency_seconds (18 variants)
  • jaeger_storage_requests_total (1 variants)
  • rpc_server_duration_milliseconds (18 variants)
  • rpc_server_requests_per_rpc (18 variants)
  • rpc_server_responses_per_rpc (18 variants)

summary_metrics_snapshot_kafka

📊 Metrics Diff Summary

Total Changes: 3

  • 🆕 Added: 0 metrics
  • ❌ Removed: 0 metrics
  • 🔄 Modified: 3 metrics

🔄 Modified Metrics

  • otelcol_kafka_exporter_bytes_uncompressed_bytes
    • Added variants: 1
    • Removed variants: 1
  • otelcol_kafka_exporter_records
    • Added variants: 1
    • Removed variants: 1
  • otelcol_kafka_exporter_messages
    • Added variants: 1
    • Removed variants: 1

summary_metrics_snapshot_elasticsearch

📊 Metrics Diff Summary

Total Changes: 73

  • 🆕 Added: 0 metrics
  • ❌ Removed: 73 metrics
  • 🔄 Modified: 0 metrics

❌ Removed Metrics

  • jaeger_storage_latency_seconds (18 variants)
  • jaeger_storage_requests_total (1 variants)
  • rpc_server_duration_milliseconds (18 variants)
  • rpc_server_requests_per_rpc (18 variants)
  • rpc_server_responses_per_rpc (18 variants)

summary_metrics_snapshot_elasticsearch

📊 Metrics Diff Summary

Total Changes: 73

  • 🆕 Added: 73 metrics
  • ❌ Removed: 0 metrics
  • 🔄 Modified: 0 metrics

🆕 Added Metrics

  • jaeger_storage_latency_seconds (18 variants)
  • jaeger_storage_requests_total (1 variants)
  • rpc_server_duration_milliseconds (18 variants)
  • rpc_server_requests_per_rpc (18 variants)
  • rpc_server_responses_per_rpc (18 variants)

➡️ View full metrics file

@yurishkuro yurishkuro merged commit 1832d4b into jaegertracing:main Aug 17, 2025
68 checks passed
@renovate-bot renovate-bot deleted the renovate/all-otel-collector-packages branch August 17, 2025 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/otel changelog:dependencies Update to dependencies go Pull requests that update go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants