Skip to content

build(deps): bump the dependencies group with 18 updates#20538

Open
dependabot[bot] wants to merge 4 commits into8.19from
dependabot/go_modules/8.19/dependencies-5c3c80ba0b
Open

build(deps): bump the dependencies group with 18 updates#20538
dependabot[bot] wants to merge 4 commits into8.19from
dependabot/go_modules/8.19/dependencies-5c3c80ba0b

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps the dependencies group with 18 updates:

Package From To
github.com/elastic/elastic-agent-libs 0.32.2 0.33.3
github.com/elastic/elastic-agent-system-metrics 0.14.1 0.14.2
github.com/elastic/elastic-transport-go/v8 8.8.0 8.9.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger 0.146.0 0.147.0
go.elastic.co/apm/module/apmelasticsearch/v2 2.7.3 2.7.4
go.elastic.co/apm/module/apmgorilla/v2 2.7.3 2.7.4
go.elastic.co/apm/module/apmgrpc/v2 2.7.3 2.7.4
go.elastic.co/apm/module/apmhttp/v2 2.7.3 2.7.4
go.elastic.co/apm/module/apmotel/v2 2.7.3 2.7.4
go.elastic.co/apm/v2 2.7.3 2.7.4
go.opentelemetry.io/collector/consumer 1.52.0 1.53.0
go.opentelemetry.io/collector/pdata 1.52.0 1.53.0
go.opentelemetry.io/otel 1.40.0 1.41.0
go.opentelemetry.io/otel/metric 1.40.0 1.41.0
go.opentelemetry.io/otel/sdk 1.40.0 1.41.0
go.opentelemetry.io/otel/sdk/metric 1.40.0 1.41.0
go.opentelemetry.io/otel/trace 1.40.0 1.41.0
golang.org/x/net 0.50.0 0.51.0

Updates github.com/elastic/elastic-agent-libs from 0.32.2 to 0.33.3

Release notes

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

v0.33.3

What's Changed

Full Changelog: elastic/elastic-agent-libs@v0.33.2...v0.33.3

v0.33.2

What's Changed

Full Changelog: elastic/elastic-agent-libs@v0.33.1...v0.33.2

v0.33.1

What's Changed

Full Changelog: elastic/elastic-agent-libs@v0.33.0...v0.33.1

v0.33.0

What's Changed

Full Changelog: elastic/elastic-agent-libs@v0.32.2...v0.33.0

Commits
  • 4ac616c [logptest] Fix Logger.FindInLogs handling of partial lines (#388)
  • c474831 Add missing download auth definition to kibana client (#389)
  • 544a800 Add missing unpack support for HTTPTransportSettings.Auth (#387)
  • 2c8b125 Add HTTPAuthorization settings to HTTPTransportSettings (#386)
  • See full diff in compare view

Updates github.com/elastic/elastic-agent-system-metrics from 0.14.1 to 0.14.2

Release notes

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

v0.14.2

What's Changed

Full Changelog: elastic/elastic-agent-system-metrics@v0.14.1...v0.14.2

Commits
  • 69b8af0 [cgv2] Add CPU CFS quota, period, and weight metrics (#281)
  • 4c778fb Use json omitzero for struct-typed fields in cgroup structs (#288)
  • d2c71a8 Enable modernize linter and apply suggestions (#287)
  • 01e4c15 fix: remove shared context timeout from matrix tests (#285)
  • c5bc299 PULL_REQUEST_TEMPLATE: Remove reference to non-existant CHANGELOG.md (#286)
  • 7613049 Add Zswap Metrics (#279)
  • See full diff in compare view

Updates github.com/elastic/elastic-transport-go/v8 from 8.8.0 to 8.9.0

Release notes

Sourced from github.com/elastic/elastic-transport-go/v8's releases.

v8.9.0

8.9.0 (2026-02-24)

Features

  • Add functional options pattern for transport client creation (#74) (dbc2c13)
  • Upgrade Go from 1.20 to 1.21 (209a7aa)

Bug Fixes

  • Add defensive check in discovery to prevent panic when no URLs are configured (dbc2c13)
  • Don't put gzipWriters with errors back into the pool (#62) (6b78c54)
  • Ensure global HTTP request headers are set correctly in transport client (#64) (bfc0323)
  • Improve client pool concurrency safety and performance (#67) (6507084)
  • Linting rules satisfied (793a813)
  • Prevent drainErrChan from missing errors due to non-blocking receive (#65) (0f0e5ac)
  • Remove deprecated code (#53) (793a813)
  • Replace slice manipulation with slices.Delete (209a7aa)
  • Return pooled gzip buffers on compression errors (#70) (dfdb552)
  • Use net.SplitHostPort in getNodeURL for IPv6 support (#63) (e2d86cf)

Performance Improvements

  • Reduce metrics hot-path lock contention (#72) (9d402f8)
  • Replace roundRobinSelector initialization with newRoundRobinSelector function for improved atomicity #71 (15632e3)
Changelog

Sourced from github.com/elastic/elastic-transport-go/v8's changelog.

8.9.0 (2026-02-24)

Features

  • Add functional options pattern for transport client creation (#74) (dbc2c13)
  • Upgrade Go from 1.20 to 1.21 (209a7aa)

Bug Fixes

  • Add defensive check in discovery to prevent panic when no URLs are configured (dbc2c13)
  • Don't put gzipWriters with errors back into the pool (#62) (6b78c54)
  • Ensure global HTTP request headers are set correctly in transport client (#64) (bfc0323)
  • Improve client pool concurrency safety and performance (#67) (6507084)
  • Linting rules satisfied (793a813)
  • Prevent drainErrChan from missing errors due to non-blocking receive (#65) (0f0e5ac)
  • Remove deprecated code (#53) (793a813)
  • Replace slice manipulation with slices.Delete (209a7aa)
  • Return pooled gzip buffers on compression errors (#70) (dfdb552)
  • Use net.SplitHostPort in getNodeURL for IPv6 support (#63) (e2d86cf)

Performance Improvements

  • Reduce metrics hot-path lock contention (#72) (9d402f8)
  • Replace roundRobinSelector initialization with newRoundRobinSelector function for improved atomicity #71 (15632e3)
Commits
  • 39096f9 chore(main): release 8.9.0 (#55)
  • dbc2c13 feat: add functional options pattern for transport client creation (#74)
  • 15632e3 refactor: replace roundRobinSelector initialization with newRoundRobinSelecto...
  • 9d402f8 perf: reduce metrics hot-path lock contention (#72)
  • dfdb552 fix: return pooled gzip buffers on compression errors (#70)
  • 6507084 fix: improve client pool concurrency safety and performance (#67)
  • ba519ab ci: add benchmark performance checks workflow (#69)
  • 0f0e5ac fix: prevent drainErrChan from missing errors due to non-blocking receive (#65)
  • bfc0323 fix: ensure global HTTP request headers are set correctly in transport client...
  • e2d86cf fix: use net.SplitHostPort in getNodeURL for IPv6 support (#63)
  • Additional commits viewable in compare view

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

Release notes

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

v0.147.0

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

End User Changelog

🛑 Breaking changes 🛑

  • all: Remove unmaintained receiver/bigip component (#46040)

  • exporter/elasticsearch: Ignore mapping::mode config option (#45246) The mapping::mode config option has already been deprecated and is now ignored. Instead, use the X-Elastic-Mapping-Mode client metadata key (via headers_setter extension) or the elastic.mapping.mode scope attribute to control the mapping mode per-request. See the README for migration instructions.

  • extension/sumologic: Migrate updateCollectorMetadata from feature gate to config parameter and enable by default (#46102) The extension.sumologic.updateCollectorMetadata feature gate has been replaced with an update_metadata configuration parameter. The feature is now enabled by default, eliminating the need for users to specify the --feature-gates flag. Users can control this behavior via the YAML configuration:

    extensions:
      sumologic:
        update_metadata: true  # default: true
  • processor/azuredetector: Changed cloud platform value for Azure VM from azure_vm to azure.vm to align with OpenTelemetry semantic conventions v1.39.0. (#45030)

  • processor/resourcedetection: Remove feature gate processor.resourcedetection.removeGCPFaasID (#45808)

  • processor/resourcedetection: Changed cloud platform value for Azure EKS from azure_eks to azure.eks to align with OpenTelemetry semantic conventions v1.39.0. (#45030)

  • receiver/kafka: Remove deprecated topic and exclude_topic fields (#46232)

  • receiver/mongodb: Add service.instance.id resource attribute and move database from resource to db.namespace metric attribute in MongoDB receiver (#45506) The service.instance.id attribute is a deterministic UUID v5 derived from server address and port. The database attribute has been moved from a resource attribute to a metric-level attribute (db.namespace) on all per-database metrics, following OpenTelemetry semantic conventions. This produces a single resource per MongoDB server instead of one per database, fixing Prometheus batching compatibility.

🚩 Deprecations 🚩

  • processor/k8s_attributes: Rename internal telemetry metrics to use dots instead of underscores (#45871)

💡 Enhancements 💡

  • connector/grafanacloud: Make the default configuration of the Grafana Cloud Connector support Kubernetes deployments. (#45469) Add "k8S.node.uid" and "k8S.cluster.name" to the default set of resource attributes evaluated by the Grafana Cloud Connector.

  • exporter/clickhouse: Do not crash the exporter if it cannot inspect the table schemas (#46285) Previously setting create_schema: false would skip validating the actual connection on start. This was useful if you had unstable targets, as you could run the collector and let the sending queue/failover connector handle connection errors to ClickHouse.

  • exporter/loadbalancing: Support metrics routing by attributes in the loadbalancing exporter (#45675)

... (truncated)

Changelog

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

v0.147.0

💡 Enhancements 💡

  • extension/oauth2client: Expose a context-aware Token method from oauth2clientauth extension (#45917) This change exposes a Token(ctx context.Context) (*oauth2.Token, error) method that clients can use to obtain a Token. This may be used by components that are not HTTP-based, such as the Kafka components for use with SASL/OAUTHBEARER.

  • pkg/pdatatest: Add entity references comparison to CompareResource and IgnoreResourceEntityRefs option (#46345)

  • pkg/xk8stest: Display pod events and logs on collector startup timeout for easier diagnosis of e2e failures. (#46305)

  • receiver/splunkenterprise: Enables dynamic metric reaggregation in the Splunk Enterprise receiver. This does not break existing configuration files. (#45396)

Commits
  • 28446b3 [chore] Prepare release 0.147.0 (#46554)
  • f9a60cd [chore] Update core dependencies (#46549)
  • 3fcd89a [chore][pkg/stanza] Bump missing semconv to v1.39.0 (#46529)
  • f92adcb Bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.40.0 in /internal/docker (...
  • 540ae31 [receiver/haproxy] Enable re-aggregation feature (#46518)
  • 277dbbd Oracle Stored Procedure Fixes (#46466)
  • d2a325c [receiver/oracledb] Enable re-aggregation feature (#46512)
  • b140c8e [chore] Fix test flakiness awsxrayreceiver (#46509)
  • 18e4bd8 [chore] Add display names for receivers - batch 4 (#46472)
  • a6e7210 [receiver/awscloudwatchreceiver] fix logs being skipped (#46253)
  • Additional commits viewable in compare view

Updates go.elastic.co/apm/module/apmelasticsearch/v2 from 2.7.3 to 2.7.4

Release notes

Sourced from go.elastic.co/apm/module/apmelasticsearch/v2's releases.

v2.7.4

What's Changed

Full Changelog: elastic/apm-agent-go@v2.7.3...v2.7.4

Commits
  • 0179a42 prepare release v2.7.4 (#1787)
  • abb2541 build(deps): bump golang.org/x/crypto from 0.35.0 to 0.45.0 in /module/apmsql...
  • bb15ddc build(deps): bump github.com/gofiber/fiber/v2 in /module/apmfiber (#1785)
  • c8d5ea7 Add Vale docs linting support (#1784)
  • 66b0998 build(deps): bump github.com/gofiber/fiber/v2 in /module/apmfiber (#1783)
  • See full diff in compare view

Updates go.elastic.co/apm/module/apmgorilla/v2 from 2.7.3 to 2.7.4

Release notes

Sourced from go.elastic.co/apm/module/apmgorilla/v2's releases.

v2.7.4

What's Changed

Full Changelog: elastic/apm-agent-go@v2.7.3...v2.7.4

Commits
  • 0179a42 prepare release v2.7.4 (#1787)
  • abb2541 build(deps): bump golang.org/x/crypto from 0.35.0 to 0.45.0 in /module/apmsql...
  • bb15ddc build(deps): bump github.com/gofiber/fiber/v2 in /module/apmfiber (#1785)
  • c8d5ea7 Add Vale docs linting support (#1784)
  • 66b0998 build(deps): bump github.com/gofiber/fiber/v2 in /module/apmfiber (#1783)
  • See full diff in compare view

Updates go.elastic.co/apm/module/apmgrpc/v2 from 2.7.3 to 2.7.4

Release notes

Sourced from go.elastic.co/apm/module/apmgrpc/v2's releases.

v2.7.4

What's Changed

Full Changelog: elastic/apm-agent-go@v2.7.3...v2.7.4

Commits
  • 0179a42 prepare release v2.7.4 (#1787)
  • abb2541 build(deps): bump golang.org/x/crypto from 0.35.0 to 0.45.0 in /module/apmsql...
  • bb15ddc build(deps): bump github.com/gofiber/fiber/v2 in /module/apmfiber (#1785)
  • c8d5ea7 Add Vale docs linting support (#1784)
  • 66b0998 build(deps): bump github.com/gofiber/fiber/v2 in /module/apmfiber (#1783)
  • See full diff in compare view

Updates go.elastic.co/apm/module/apmhttp/v2 from 2.7.3 to 2.7.4

Release notes

Sourced from go.elastic.co/apm/module/apmhttp/v2's releases.

v2.7.4

What's Changed

Full Changelog: elastic/apm-agent-go@v2.7.3...v2.7.4

Commits
  • 0179a42 prepare release v2.7.4 (#1787)
  • abb2541 build(deps): bump golang.org/x/crypto from 0.35.0 to 0.45.0 in /module/apmsql...
  • bb15ddc build(deps): bump github.com/gofiber/fiber/v2 in /module/apmfiber (#1785)
  • c8d5ea7 Add Vale docs linting support (#1784)
  • 66b0998 build(deps): bump github.com/gofiber/fiber/v2 in /module/apmfiber (#1783)
  • See full diff in compare view

Updates go.elastic.co/apm/module/apmotel/v2 from 2.7.3 to 2.7.4

Release notes

Sourced from go.elastic.co/apm/module/apmotel/v2's releases.

v2.7.4

What's Changed

Full Changelog: elastic/apm-agent-go@v2.7.3...v2.7.4

Commits
  • 0179a42 prepare release v2.7.4 (#1787)
  • abb2541 build(deps): bump golang.org/x/crypto from 0.35.0 to 0.45.0 in /module/apmsql...
  • bb15ddc build(deps): bump github.com/gofiber/fiber/v2 in /module/apmfiber (#1785)
  • c8d5ea7 Add Vale docs linting support (#1784)
  • 66b0998 build(deps): bump github.com/gofiber/fiber/v2 in /module/apmfiber (#1783)
  • See full diff in compare view

Updates go.elastic.co/apm/v2 from 2.7.3 to 2.7.4

Release notes

Sourced from go.elastic.co/apm/v2's releases.

v2.7.4

What's Changed

Full Changelog: elastic/apm-agent-go@v2.7.3...v2.7.4

Commits
  • 0179a42 prepare release v2.7.4 (#1787)
  • abb2541 build(deps): bump golang.org/x/crypto from 0.35.0 to 0.45.0 in /module/apmsql...
  • bb15ddc build(deps): bump github.com/gofiber/fiber/v2 in /module/apmfiber (#1785)
  • c8d5ea7 Add Vale docs linting support (#1784)
  • 66b0998 build(deps): bump github.com/gofiber/fiber/v2 in /module/apmfiber (#1783)
  • See full diff in compare view

Updates go.opentelemetry.io/collector/consumer from 1.52.0 to 1.53.0

Release notes

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

v1.53.0/v0.147.0

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

End User Changelog

💡 Enhancements 💡

  • exporter/debug: Output bucket counts for exponential histogram data points in normal verbosity. (#10463)
  • pkg/exporterhelper: Add metadata_keys configuration to sending_queue.batch.partition to partition batches by client metadata (#14139) The metadata_keys configuration option is now available in the sending_queue.batch.partition section for all exporters. When specified, batches are partitioned based on the values of the listed metadata keys, allowing separate batching per metadata partition. This feature is automatically configured when using exporterhelper.WithQueue().

🧰 Bug fixes 🧰

  • cmd/builder: Fix duplicate error output when CLI command execution fails in the builder tool. (#14436)

  • cmd/mdatagen: Fix duplicate error output when CLI command execution fails in the mdatagen tool. (#14436)

  • cmd/mdatagen: Fix semconv URL validation for metrics with underscores in their names (#14583) Metrics like system.disk.io_time now correctly validate against semantic convention URLs containing underscores in the anchor tag.

  • extension/memory_limiter: Use ChainUnaryInterceptor instead of UnaryInterceptor to allow multiple interceptors. (#14634) If multiple extensions that use the UnaryInterceptor are set the binary panics at start time.

  • extension/memory_limiter: Add support for streaming services. (#14634)

  • pkg/config/configmiddleware: Add context.Context to HTTP middleware interface constructors. (#14523) This is a breaking API change for components that implement or use extensionmiddleware.

  • pkg/confmap: Fix another issue where configs could fail to decode when using interpolated values in string fields. (#14034) For example, a resource attribute can be set via an environment variable to a string that is parseable as a number, e.g. 1234.

    (A similar bug was fixed in a previous release: that one was triggered when the field was nested in a struct, whereas this one is triggered when the field internally has type "pointer to string" rather than "string".)

  • pkg/otelcol: The featuregate subcommand now rejects extra positional arguments instead of silently ignoring them. (#14554)

  • pkg/queuebatch: Fix data race in partition_batcher where resetTimer() was called outside mutex, causing concurrent timer.Reset() calls and unpredictable batch flush timing under load. (#14491)

  • pkg/scraperhelper: Log scrapers now emit log-appropriate receiver telemetry (#14654) Log scrapers previously emitted the same receiver telemetry as metric scrapers, such as the otelcol_receiver_accepted_metric_points metric (instead of otelcol_receiver_accepted_log_records), or spans named receiver/myreceiver/MetricsReceived (instead of receiver/myreceiver/LogsReceived).

    This did not affect scraper-specific spans and metrics.

  • processor/batch: Fixes a bug where the batch processor would not copy SchemaUrl metadata from resource and scope containers during partial batch splits. (#12279, #14620)

API Changelog

💡 Enhancements 💡

  • pkg/exporterhelper: Add metadata_keys configuration to sending_queue.batch.partition to partition batches by client metadata (#14139) The metadata_keys configuration option is now available in the sending_queue.batch.partition section for all exporters.

... (truncated)

Changelog

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

v1.53.0/v0.147.0

💡 Enhancements 💡

  • pkg/exporterhelper: Add metadata_keys configuration to sending_queue.batch.partition to partition batches by client metadata (#14139) The metadata_keys configuration option is now available in the sending_queue.batch.partition section for all exporters. When specified, batches are partitioned based on the values of the listed metadata keys, allowing separate batching per metadata partition. This feature is automatically configured when using exporterhelper.WithQueue().

  • pkg/xexporterhelper: Add code structure to handle unbounded partitions in sending queue. (#14526)

🧰 Bug fixes 🧰

  • pkg/config/configmiddleware: Add context.Context to gRPC middleware interface constructors. (#14523)
  • pkg/extensionmiddleware: Add context.Context to gRPC middleware interface constructors. (#14523) This is a breaking API change for components that implement or use extensionmiddleware.
Commits
  • 8ae9937 [chore] Prepare release v1.53.0/v0.147.0 (#14666)
  • 7a2d8b5 Add context.Context to HTTP middleware interface constructors (#14549)
  • d48b9fa [exporter/debug] output buckets for exponential histograms (#14656)
  • 843bbc3 [scraperhelper] Make log scrapers emit log-related receiver telemetry (#14654)
  • d05e7ca [chore] Doc for exporter metadata keys (#14651)
  • f1a8858 Add context.Context to gRPC middleware interface constructors (#14536)
  • a36655a [exporterhelper][queuebatcher] Implement limiting No of partition in multi ba...
  • 168030d Update module golang.org/x/net to v0.51.0 to fix CVE-2026-27141 (GO-2026-4559...
  • fd8963d [Exporterhelper Exporter] Enable metadata population in exporterhelper when s...
  • 3ad5e03 Bump github.com/cloudflare/circl from 1.6.2 to 1.6.3 in /internal/tools (#14644)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/pdata from 1.52.0 to 1.53.0

Release notes

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

v1.53.0/v0.147.0

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

End User Changelog

💡 Enhancements 💡

  • exporter/debug: Output bucket counts for exponential histogram data points in normal verbosity. (#10463)
  • pkg/exporterhelper: Add metadata_keys configuration to sending_queue.batch.partition to partition batches by client metadata (#14139) The metadata_keys configuration option is now available in the sending_queue.batch.partition section for all exporters. When specified, batches are partitioned based on the values of the listed metadata keys, allowing separate batching per metadata partition. This feature is automatically configured when using exporterhelper.WithQueue().

🧰 Bug fixes 🧰

  • cmd/builder: Fix duplicate error output when CLI command execution fails in the builder tool. (#14436)

  • cmd/mdatagen: Fix duplicate error output when CLI command execution fails in the mdatagen tool. (#14436)

  • cmd/mdatagen: Fix semconv URL validation for metrics with underscores in their names (#14583) Metrics like system.disk.io_time now correctly validate against semantic convention URLs containing underscores in the anchor tag.

  • extension/memory_limiter: Use ChainUnaryInterceptor instead of UnaryInterceptor to allow multiple interceptors. (#14634) If multiple extensions that use the UnaryInterceptor are set the binary panics at start time.

  • extension/memory_limiter: Add support for streaming services. (#14634)

  • pkg/config/configmiddleware: Add context.Context to HTTP middleware interface constructors. (#14523) This is a breaking API change for components that implement or use extensionmiddleware.

  • pkg/confmap: Fix another issue where configs could fail to decode when using interpolated values in string fields. (#14034) For example, a resource attribute can be set via an environment variable to a string that is parseable as a number, e.g. 1234.

    (A similar bug was fixed in a previous release: that one was triggered when the field was nested in a struct, whereas this one is triggered when the field internally has type "pointer to string" rather than "string".)

  • pkg/otelcol: The featuregate subcommand now rejects extra positional arguments instead of silently ignoring them. (#14554)

  • pkg/queuebatch: Fix data race in partition_batcher where resetTimer() was called outside mutex, causing concurrent timer.Reset() calls and unpredictable batch flush timing under load. (#14491)

  • pkg/scraperhelper:...

    Description has been truncated

Bumps the dependencies group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/elastic/elastic-agent-libs](https://github.com/elastic/elastic-agent-libs) | `0.32.2` | `0.33.3` |
| [github.com/elastic/elastic-agent-system-metrics](https://github.com/elastic/elastic-agent-system-metrics) | `0.14.1` | `0.14.2` |
| [github.com/elastic/elastic-transport-go/v8](https://github.com/elastic/elastic-transport-go) | `8.8.0` | `8.9.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.146.0` | `0.147.0` |
| [go.elastic.co/apm/module/apmelasticsearch/v2](https://github.com/elastic/apm-agent-go) | `2.7.3` | `2.7.4` |
| [go.elastic.co/apm/module/apmgorilla/v2](https://github.com/elastic/apm-agent-go) | `2.7.3` | `2.7.4` |
| [go.elastic.co/apm/module/apmgrpc/v2](https://github.com/elastic/apm-agent-go) | `2.7.3` | `2.7.4` |
| [go.elastic.co/apm/module/apmhttp/v2](https://github.com/elastic/apm-agent-go) | `2.7.3` | `2.7.4` |
| [go.elastic.co/apm/module/apmotel/v2](https://github.com/elastic/apm-agent-go) | `2.7.3` | `2.7.4` |
| [go.elastic.co/apm/v2](https://github.com/elastic/apm-agent-go) | `2.7.3` | `2.7.4` |
| [go.opentelemetry.io/collector/consumer](https://github.com/open-telemetry/opentelemetry-collector) | `1.52.0` | `1.53.0` |
| [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector) | `1.52.0` | `1.53.0` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.40.0` | `1.41.0` |
| [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.40.0` | `1.41.0` |
| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.40.0` | `1.41.0` |
| [go.opentelemetry.io/otel/sdk/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.40.0` | `1.41.0` |
| [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.40.0` | `1.41.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.50.0` | `0.51.0` |


Updates `github.com/elastic/elastic-agent-libs` from 0.32.2 to 0.33.3
- [Release notes](https://github.com/elastic/elastic-agent-libs/releases)
- [Commits](elastic/elastic-agent-libs@v0.32.2...v0.33.3)

Updates `github.com/elastic/elastic-agent-system-metrics` from 0.14.1 to 0.14.2
- [Release notes](https://github.com/elastic/elastic-agent-system-metrics/releases)
- [Commits](elastic/elastic-agent-system-metrics@v0.14.1...v0.14.2)

Updates `github.com/elastic/elastic-transport-go/v8` from 8.8.0 to 8.9.0
- [Release notes](https://github.com/elastic/elastic-transport-go/releases)
- [Changelog](https://github.com/elastic/elastic-transport-go/blob/main/CHANGELOG.md)
- [Commits](elastic/elastic-transport-go@v8.8.0...v8.9.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger` from 0.146.0 to 0.147.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.146.0...v0.147.0)

Updates `go.elastic.co/apm/module/apmelasticsearch/v2` from 2.7.3 to 2.7.4
- [Release notes](https://github.com/elastic/apm-agent-go/releases)
- [Changelog](https://github.com/elastic/apm-agent-go/blob/main/CHANGELOG.md)
- [Commits](elastic/apm-agent-go@v2.7.3...v2.7.4)

Updates `go.elastic.co/apm/module/apmgorilla/v2` from 2.7.3 to 2.7.4
- [Release notes](https://github.com/elastic/apm-agent-go/releases)
- [Changelog](https://github.com/elastic/apm-agent-go/blob/main/CHANGELOG.md)
- [Commits](elastic/apm-agent-go@v2.7.3...v2.7.4)

Updates `go.elastic.co/apm/module/apmgrpc/v2` from 2.7.3 to 2.7.4
- [Release notes](https://github.com/elastic/apm-agent-go/releases)
- [Changelog](https://github.com/elastic/apm-agent-go/blob/main/CHANGELOG.md)
- [Commits](elastic/apm-agent-go@v2.7.3...v2.7.4)

Updates `go.elastic.co/apm/module/apmhttp/v2` from 2.7.3 to 2.7.4
- [Release notes](https://github.com/elastic/apm-agent-go/releases)
- [Changelog](https://github.com/elastic/apm-agent-go/blob/main/CHANGELOG.md)
- [Commits](elastic/apm-agent-go@v2.7.3...v2.7.4)

Updates `go.elastic.co/apm/module/apmotel/v2` from 2.7.3 to 2.7.4
- [Release notes](https://github.com/elastic/apm-agent-go/releases)
- [Changelog](https://github.com/elastic/apm-agent-go/blob/main/CHANGELOG.md)
- [Commits](elastic/apm-agent-go@v2.7.3...v2.7.4)

Updates `go.elastic.co/apm/v2` from 2.7.3 to 2.7.4
- [Release notes](https://github.com/elastic/apm-agent-go/releases)
- [Changelog](https://github.com/elastic/apm-agent-go/blob/main/CHANGELOG.md)
- [Commits](elastic/apm-agent-go@v2.7.3...v2.7.4)

Updates `go.opentelemetry.io/collector/consumer` from 1.52.0 to 1.53.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.52.0...pdata/v1.53.0)

Updates `go.opentelemetry.io/collector/pdata` from 1.52.0 to 1.53.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.52.0...pdata/v1.53.0)

Updates `go.opentelemetry.io/otel` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/otel/metric` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/otel/sdk/metric` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/otel/trace` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `golang.org/x/net` from 0.50.0 to 0.51.0
- [Commits](golang/net@v0.50.0...v0.51.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/elastic-agent-libs
  dependency-version: 0.33.3
  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.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/elastic/elastic-transport-go/v8
  dependency-version: 8.9.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.147.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.elastic.co/apm/module/apmelasticsearch/v2
  dependency-version: 2.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: go.elastic.co/apm/module/apmgorilla/v2
  dependency-version: 2.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: go.elastic.co/apm/module/apmgrpc/v2
  dependency-version: 2.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: go.elastic.co/apm/module/apmhttp/v2
  dependency-version: 2.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: go.elastic.co/apm/module/apmotel/v2
  dependency-version: 2.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: go.elastic.co/apm/v2
  dependency-version: 2.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/collector/consumer
  dependency-version: 1.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/collector/pdata
  dependency-version: 1.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/otel/sdk/metric
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/net
  dependency-version: 0.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 2, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 2, 2026 19:11
@dependabot dependabot bot added go Pull requests that update Go code dependencies Pull requests that update a dependency file labels Mar 2, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2026

🤖 GitHub comments

Just comment with:

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

@ericywl ericywl enabled auto-merge (squash) March 3, 2026 07:01
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

History

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.

2 participants