Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2025

Bumps the dependencies group with 5 updates:

Package From To
github.com/elastic/apm-aggregation 1.3.0 1.4.0
github.com/elastic/elastic-agent-system-metrics 0.11.18 0.12.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger 0.131.0 0.132.0
go.opentelemetry.io/collector/consumer 1.37.0 1.38.0
go.opentelemetry.io/collector/pdata 1.37.0 1.38.0

Updates github.com/elastic/apm-aggregation from 1.3.0 to 1.4.0

Release notes

Sourced from github.com/elastic/apm-aggregation's releases.

v1.4.0

What's Changed

New Contributors

Full Changelog: elastic/apm-aggregation@v1.3.0...v1.4.0

Commits
  • d9bf282 feat: bump go version to 1.24.0 (#285)
  • eb29ba5 build(deps): bump github.com/elastic/apm-data from 1.18.0 to 1.19.5 (#286)
  • 2eb2227 build(deps): bump golang.org/x/tools in the golang-org-x group (#283)
  • 6ff2093 build(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.7 (#282)
  • 016a89d build(deps): bump the golang-org-x group with 2 updates (#281)
  • ada83f6 ci: move from dependabot reviewers to CODEOWNERS (#280)
  • 87d1911 build(deps): bump the otel group with 5 updates (#277)
  • 374e5ec build(deps): bump github.com/cockroachdb/pebble/v2 from 2.0.5 to 2.0.6 (#278)
  • 817854c build(deps): bump github.com/cockroachdb/pebble/v2 from 2.0.4 to 2.0.5 (#274)
  • 2be92e7 build(deps): bump github.com/cockroachdb/pebble/v2 from 2.0.3 to 2.0.4 (#272)
  • Additional commits viewable in compare view

Updates github.com/elastic/elastic-agent-system-metrics from 0.11.18 to 0.12.0

Release notes

Sourced from github.com/elastic/elastic-agent-system-metrics's releases.

v0.12.0

What's Changed

Full Changelog: elastic/elastic-agent-system-metrics@v0.11.18...v0.12.0

Commits
  • b387940 feat: deprecate NewReader and migrate to NewReaderOptions (#257)
  • 53703d3 Revert "feat: remove metric/memory package" (#256)
  • 2eadb5f feat: replace global logger with local logger (#255)
  • eee5698 feat: remove metric/memory package (#251)
  • 0ba9901 feat: replace global logging func with local logger (#254)
  • 8382ef0 refactor: replace lopg.ObserverLogs with logptest (#252)
  • 8cc791d feat: drop global ephemeralID (#253)
  • See full diff in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger from 0.131.0 to 0.132.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's releases.

v0.132.0

The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.

Unmaintained Components

These components are marked as Unmaintained and will eventually be removed from our community distributions. If you depend on these components we need your help to support them.

  • exporter/awscloudwatchlogsexporter
  • exporter/carbonexporter
  • extension/healthcheck
  • extension/ecstaskobserver
  • processor/routingprocessor
  • receiver/awscloudwatchmetricsreceiver
  • receiver/bigipreceiver
  • receiver/carbonreceiver

End User Changelog

🛑 Breaking changes 🛑

  • azuremonitorreceiver: Updated append_tags_as_attributes configuration type from boolean to array. It controls which Azure resource tags are added as resource attributes to the metrics. The values can be a list of specific tag names or ["*"] to include all tags. (#40988)
  • elasticsearchexporter: Change default flush::interval and batcher::flush_timeout to 10s (#41726)
  • googlecloudlogentry_encoding: Add 'observedTimestamp' and 'flags' field to resulting log, and throw error if log failed to parse. (#41467)
  • googlecloudlogentry_encoding: Fix type on apphub destination GCP fields (#41836)
  • googlecloudlogentry_encoding: Rename the remaining common fields in log entry to follow the semantic conventions. (#41087)
  • googlecloudlogentry_encoding: Use semantic conventions for the cloud log entry fields (part 1 of 2) (#41718)
  • googlepubsubreceiver: Remove build-in support for cloud_logging and raw_text encoding. (#41812) The build-in encodings now have alternative encoding extensions to replace them.
  • stefexporter, stefreceiver: Update STEF to v0.0.7. This is a breaking change in protocol. (#41858)
  • postgresqlreceiver: unify the configuration to align with mdatagen tools and enable events by default (#41700) Removed the existing query_sample_collection.enabled and top_query_collection.enabled flags in favor of using the field generated by mdatagen. Both collections are now enabled by default.

🚩 Deprecations 🚩

  • elasticsearchexporter: Allow sending_queue to queue and batch based on the new API and deprecate batcher config (#41338)
  • kafkareceiver: Improve kafkareceiver internal metrics telemetry consistency, measure latency in seconds (#41109) Add a new metric kafka_receiver_records_delay to capture the time between producing and receiving a batch of records. Improve internal metrics telemetry consistency: kafka_broker_throttling_duration is deprecated in favor of kafka_broker_throttling_latency and will be removed in the next minor release kafka_receiver_latency is deprecated in favor of kafka_receiver_read_latency and will be removed in the next minor release kafka_receiver_messages is deprecated in favor kafka_receiver_records and will be removed in the next minor release

🚀 New components 🚀

  • isolationforestprocessor: The processor applies the Isolation-Forest algorithm (an unsupervised, tree-based outlier-detection method) to every incoming span, trace, log, or metric. (#41707) It emits an anomaly score (iforest.anomaly_score) and/or a boolean flag (iforest.is_anomaly) inside the Collector—no external ML service required.

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's changelog.

v0.132.0

🛑 Breaking changes 🛑

  • journaldreceiver: Unexport ReceiverType (#40666)
  • pulsarexporter: Use configoptional.Optional for authentication fields (#41723)
  • exporter/loadbalancingexporter: Use configoptional for optional config sections (#41697)

💡 Enhancements 💡

  • pkg/ottl: Add OTTL support for sample submessage of OTel Profiling signal. (#40161)
  • internal/common: Add a priority queue implementation to the common package. (#41755)
Commits
  • b42536f [chore] Prepare release 0.132.0 (#41938)
  • 30a80c8 [chore] allow empty commit in update-otel (#41935)
  • e08c65c Update All golang.org/x packages (#41902)
  • 88c580d chore(deps): update golang:1.24 docker digest to 2c89c41 (#41891)
  • fa10ac8 [chore] Add smoke build for Windows arm64 (#41885)
  • 6072d76 Update module github.com/redis/go-redis/v9 to v9.12.1 (#41896)
  • d55b257 Add 9.x to list of supported ES versions (#41828)
  • b733bc4 metricstarttimeprocessor: Refactor cache so its shared by strategies (#41825)
  • c5810f4 [chore] move pipeline module to stable modules and update core dependencies (...
  • 77029d5 [chore] feature/isolationforestprocessor (#41903)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/consumer from 1.37.0 to 1.38.0

Release notes

Sourced from go.opentelemetry.io/collector/consumer's releases.

v1.38.0/v0.132.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.132.0

End User Changelog

🛑 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:

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/consumer's changelog.

v1.38.0/v0.132.0

🛑 Breaking changes 🛑

  • componenttest: Remove GetFactory from the host returned by NewNopHost (#13577) This method is no longer part of the component.Host interface.

💡 Enhancements 💡

  • exporterhelper: Provide an interface queue_batch.Setting.MergeCtx so users can control how context values are preserved or combined (#13320) By supplying a custom mergeCtx function, users can control how context values are preserved or combined. The default behavior is to preserve no context values.

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

  • pdata: Avoid unnecessary buffer copy when JSON marshal fails. (#13598)

  • pipeline: Mark module as stable (#12831)

Commits
  • eaa1a6e [chore] Prepare release v1.38.0/v0.132.0 (#13623)
  • c6594a2 [chore] Change JSON/Proto tests to tests for empty and filled types (#13618)
  • 03ff825 Update module go.opentelemetry.io/build-tools/chloggen to v0.26.1 (#13622)
  • 302af25 [pipeline] mark module as stable (#13571)
  • 787ae29 [chore] pdatagen: Change JSON marshal to directly use the ProtoFields (#13616)
  • c0b49d4 [exporterhelper][queuebatcher] Context value propagation during batching - ap...
  • f61313f Fix Logger.With followed by componentattribute.WithAttributeSet (#13610)
  • 51c43d0 Update actions/create-github-app-token action to v2.1.1 (#13614)
  • 6716056 [memorylimiter] do not throw an error when asked to shutdown out of order (#1...
  • 8114cf9 Update actions/checkout action to v5 (#13615)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/pdata from 1.37.0 to 1.38.0

Release notes

Sourced from go.opentelemetry.io/collector/pdata's releases.

v1.38.0/v0.132.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.132.0

End User Changelog

🛑 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:

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/pdata's changelog.

v1.38.0/v0.132.0

🛑 Breaking changes 🛑

  • componenttest: Remove GetFactory from the host returned by NewNopHost (#13577) This method is no longer part of the component.Host interface.

💡 Enhancements 💡

  • exporterhelper: Provide an interface queue_batch.Setting.MergeCtx so users can control how context values are preserved or combined (#13320) By supplying a custom mergeCtx function, users can control how context values are preserved or combined. The default behavior is to preserve no context values.

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

  • pdata: Avoid unnecessary buffer copy when JSON marshal fails. (#13598)

  • pipeline: Mark module as stable (#12831)

Commits
  • eaa1a6e [chore] Prepare release v1.38.0/v0.132.0 (#13623)
  • c6594a2 [chore] Change JSON/Proto tests to tests for empty and filled types (#13618)
  • 03ff825 Update module go.opentelemetry.io/build-tools/chloggen to v0.26.1 (#13622)
  • 302af25 [pipeline] mark module as stable (#13571)
  • 787ae29 [chore] pdatagen: Change JSON marshal to directly use the ProtoFields (#13616)
  • c0b49d4 [exporterhelper][queuebatcher] Context value propagation during batching - ap...
  • f61313f Fix Logger.With followed by componentattribute.WithAttributeSet (#13610)
  • 51c43d0 Update actions/create-github-app-token action to v2.1.1 (#13614)
  • 6716056 [memorylimiter] do not throw an error when asked to shutdown out of order (#1...
  • 8114cf9 Update actions/checkout action to v5 (#13615)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/elastic/apm-aggregation](https://github.com/elastic/apm-aggregation) | `1.3.0` | `1.4.0` |
| [github.com/elastic/elastic-agent-system-metrics](https://github.com/elastic/elastic-agent-system-metrics) | `0.11.18` | `0.12.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.131.0` | `0.132.0` |
| [go.opentelemetry.io/collector/consumer](https://github.com/open-telemetry/opentelemetry-collector) | `1.37.0` | `1.38.0` |
| [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector) | `1.37.0` | `1.38.0` |


Updates `github.com/elastic/apm-aggregation` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/elastic/apm-aggregation/releases)
- [Commits](elastic/apm-aggregation@v1.3.0...v1.4.0)

Updates `github.com/elastic/elastic-agent-system-metrics` from 0.11.18 to 0.12.0
- [Release notes](https://github.com/elastic/elastic-agent-system-metrics/releases)
- [Commits](elastic/elastic-agent-system-metrics@v0.11.18...v0.12.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger` from 0.131.0 to 0.132.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector-contrib@v0.131.0...v0.132.0)

Updates `go.opentelemetry.io/collector/consumer` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.37.0...pdata/v1.38.0)

Updates `go.opentelemetry.io/collector/pdata` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.37.0...pdata/v1.38.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/apm-aggregation
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/elastic/elastic-agent-system-metrics
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger
  dependency-version: 0.132.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/collector/consumer
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/collector/pdata
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 19, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 19, 2025 01:24
@dependabot dependabot bot added go Pull requests that update Go code dependencies Pull requests that update a dependency file labels Aug 19, 2025
Copy link
Contributor

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@kruskall kruskall closed this Aug 19, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 19, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@kruskall kruskall reopened this Aug 19, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 25, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 25, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/8.19/dependencies-863e34ad5b branch August 25, 2025 19:06
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant