Skip to content

Comments

fix(deps): update go module updates minor#37

Merged
ChBLA merged 2 commits intomainfrom
renovate/go-module-updates-minor
Feb 9, 2026
Merged

fix(deps): update go module updates minor#37
ChBLA merged 2 commits intomainfrom
renovate/go-module-updates-minor

Conversation

@netic-renovate
Copy link
Contributor

@netic-renovate netic-renovate bot commented Feb 4, 2026

This PR contains the following updates:

Package Change Age Confidence
go.opentelemetry.io/otel v1.39.0v1.40.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.15.0v0.16.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.15.0v0.16.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.39.0v1.40.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.39.0v1.40.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.39.0v1.40.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.39.0v1.40.0 age confidence
go.opentelemetry.io/otel/log v0.15.0v0.16.0 age confidence
go.opentelemetry.io/otel/metric v1.39.0v1.40.0 age confidence
go.opentelemetry.io/otel/sdk v1.39.0v1.40.0 age confidence
go.opentelemetry.io/otel/sdk/log v0.15.0v0.16.0 age confidence
go.opentelemetry.io/otel/sdk/metric v1.39.0v1.40.0 age confidence
go.opentelemetry.io/otel/trace v1.39.0v1.40.0 age confidence

Release Notes

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.40.0: /v0.62.0/v0.16.0

Compare Source

Overview
Added
  • Add Enabled method to all synchronous instrument interfaces (Float64Counter, Float64UpDownCounter, Float64Histogram, Float64Gauge, Int64Counter, Int64UpDownCounter, Int64Histogram, Int64Gauge,) in go.opentelemetry.io/otel/metric. This stabilizes the synchronous instrument enabled feature, allowing users to check if an instrument will process measurements before performing computationally expensive operations. (#​7763)
  • Add AlwaysRecord sampler in go.opentelemetry.io/otel/sdk/trace. (#​7724)
  • Add go.opentelemetry.io/otel/semconv/v1.39.0 package. The package contains semantic conventions from the v1.39.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.38.0. (#​7783, #​7789)
Changed
  • Exporter in go.opentelemetry.io/otel/exporters/prometheus ignores metrics with the scope go.opentelemetry.io/contrib/bridges/prometheus. This prevents scrape failures when the Prometheus exporter is misconfigured to get data from the Prometheus bridge. (#​7688)
  • Improve performance of concurrent histogram measurements in go.opentelemetry.io/otel/sdk/metric. (#​7474)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/stdout/stdoutmetric. (#​7492)
  • Improve the concurrent performance of HistogramReservoir in go.opentelemetry.io/otel/sdk/metric/exemplar by 4x. (#​7443)
  • Improve performance of concurrent synchronous gauge measurements in go.opentelemetry.io/otel/sdk/metric. (#​7478)
  • Improve performance of concurrent exponential histogram measurements in go.opentelemetry.io/otel/sdk/metric. (#​7702)
  • Improve the concurrent performance of FixedSizeReservoir in go.opentelemetry.io/otel/sdk/metric/exemplar. (#​7447)
  • The rpc.grpc.status_code attribute in the experimental metrics emitted from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc is replaced with the rpc.response.status_code attribute to align with the semantic conventions. (#​7854)
  • The rpc.grpc.status_code attribute in the experimental metrics emitted from go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc is replaced with the rpc.response.status_code attribute to align with the semantic conventions. (#​7854)
Fixed
  • Fix bad log message when key-value pairs are dropped because of key duplication in go.opentelemetry.io/otel/sdk/log. (#​7662)
  • Fix DroppedAttributes on Record in go.opentelemetry.io/otel/sdk/log to not count the non-attribute key-value pairs dropped because of key duplication. (#​7662)
  • Fix SetAttributes on Record in go.opentelemetry.io/otel/sdk/log to not log that attributes are dropped when they are actually not dropped. (#​7662)
  • WithHostID detector in go.opentelemetry.io/otel/sdk/resource to use full path for ioreg command on Darwin (macOS). (#​7818)
  • Fix missing request.GetBody in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp to correctly handle HTTP2 GOAWAY frame. (#​7794)
Deprecated
What's Changed
New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.39.0...v1.40.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.

@netic-renovate netic-renovate bot requested review from a team and gh-netic-robot as code owners February 4, 2026 17:49
@netic-renovate netic-renovate bot added the renovate-auto-approve Enables auto approval for Renovate PRs label Feb 4, 2026
@netic-renovate
Copy link
Contributor Author

netic-renovate bot commented Feb 4, 2026

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: modules/docker/go.sum
Command failed: go get -t ./...
go: docker imports
	docker/internal/dagger: package docker/internal/dagger is not in std (/opt/containerbase/tools/golang/1.25.5/src/docker/internal/dagger)

File name: modules/kind/go.sum
Command failed: go get -t ./...
go: dagger/kind imports
	dagger/kind/internal/dagger: package dagger/kind/internal/dagger is not in std (/opt/containerbase/tools/golang/1.25.6/src/dagger/kind/internal/dagger)

@netic-renovate netic-renovate bot force-pushed the renovate/go-module-updates-minor branch from 076fb7f to 3b7e57b Compare February 9, 2026 07:05
@netic-renovate netic-renovate bot force-pushed the renovate/go-module-updates-minor branch from 3b7e57b to c4997ea Compare February 9, 2026 07:52
Copy link

@gh-netic-robot gh-netic-robot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No checks required, automatically approving.

@ChBLA ChBLA merged commit c4195de into main Feb 9, 2026
1 check passed
@ChBLA ChBLA deleted the renovate/go-module-updates-minor branch February 9, 2026 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

renovate-auto-approve Enables auto approval for Renovate PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants