chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.40.0 to 1.43.0 in /examples/golang-pgo#5031
Conversation
…tlptracehttp Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) from 1.40.0 to 1.43.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.43.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp dependency-version: 1.43.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix prepared fixes for both issues found in the latest run.
- ✅ Fixed: OTel
stdouttraceversion skew after partial dependency bump- Updated
go.opentelemetry.io/otel/exporters/stdout/stdouttracetov1.43.0inexamples/golang-pgo/go.modand refreshedgo.sumto restore OTel version consistency.
- Updated
- ✅ Resolved by another fix: OpenTelemetry
stdouttraceexporter left at stale version- This duplicate stale-version report was resolved by the same
stdouttracebump tov1.43.0and correspondinggo.sumupdate.
- This duplicate stale-version report was resolved by the same
Or push these changes by commenting:
@cursor push 54c49114a3
Preview (54c49114a3)
diff --git a/examples/golang-pgo/go.mod b/examples/golang-pgo/go.mod
--- a/examples/golang-pgo/go.mod
+++ b/examples/golang-pgo/go.mod
@@ -13,7 +13,7 @@
go.opentelemetry.io/otel v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.40.0
+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.43.0
go.opentelemetry.io/otel/sdk v1.43.0
go.opentelemetry.io/otel/trace v1.43.0
)
diff --git a/examples/golang-pgo/go.sum b/examples/golang-pgo/go.sum
--- a/examples/golang-pgo/go.sum
+++ b/examples/golang-pgo/go.sum
@@ -63,8 +63,8 @@
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0/go.mod h1:Vl1/iaggsuRlrHf/hfPJPvVag77kKyvrLeD10kpMl+A=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0 h1:3iZJKlCZufyRzPzlQhUIWVmfltrXuGyfjREgGP3UUjc=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0/go.mod h1:/G+nUPfhq2e+qiXMGxMwumDrP5jtzU+mWN7/sjT2rak=
-go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.40.0 h1:MzfofMZN8ulNqobCmCAVbqVL5syHw+eB2qPRkCMA/fQ=
-go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.40.0/go.mod h1:E73G9UFtKRXrxhBsHtG00TB5WxX57lpsQzogDkqBTz8=
+go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.43.0 h1:mS47AX77OtFfKG4vtp+84kuGSFZHTyxtXIN269vChY0=
+go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.43.0/go.mod h1:PJnsC41lAGncJlPUniSwM81gc80GkgWJWr3cu2nKEtU=
go.opentelemetry.io/otel/metric v1.21.0/go.mod h1:o1p3CA8nNHW8j5yuQLdc1eeqEaPfzug24uvsyIEJRWM=
go.opentelemetry.io/otel/metric v1.43.0 h1:d7638QeInOnuwOONPp4JAOGfbCEpYb+K6DVWvdxGzgM=
go.opentelemetry.io/otel/metric v1.43.0/go.mod h1:RDnPtIxvqlgO8GRW18W6Z/4P462ldprJtfxHxyKd2PY=You can send follow-ups to the cloud agent here.
Reviewed by Cursor Bugbot for commit 87cca42. Configure here.
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0 | ||
| go.opentelemetry.io/otel v1.43.0 | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0 |
There was a problem hiding this comment.
OTel stdouttrace version skew after partial dependency bump
Low Severity
The stdouttrace exporter remains pinned at v1.40.0 while all other go.opentelemetry.io/otel packages (otel, sdk, trace, otlptrace, otlptracehttp, metric) were bumped to v1.43.0. Before this PR, all OTel packages were consistently at v1.40.0. These packages are released together from the same monorepo and are designed to be used at the same version. The version skew is unlikely to cause a compilation failure due to semver stability, but it creates an inconsistency that could lead to subtle behavior differences in the debug tracer path that uses stdouttrace.
Reviewed by Cursor Bugbot for commit 87cca42. Configure here.
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0 | ||
| go.opentelemetry.io/otel v1.43.0 | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0 |
There was a problem hiding this comment.
OpenTelemetry stdouttrace exporter left at stale version
Low Severity
The stdouttrace exporter remains pinned at v1.40.0 while all other go.opentelemetry.io/otel packages (otel, sdk, trace, metric, otlptrace, otlptracehttp) were bumped to v1.43.0. Before this PR all OTel packages were consistently at v1.40.0; this change introduces version skew within the same tightly-coupled module family. The stdouttrace exporter is actively used in debugTracerProvider() in rideshare.go, so this isn't dead code. A v1.43.0 release of stdouttrace exists and it would be consistent to bump it alongside the others.
Reviewed by Cursor Bugbot for commit 87cca42. Configure here.
|
Superseded by #5037 which consolidates all otel v1.43.0 updates. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |



Bumps go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.40.0 to 1.43.0.
Changelog
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp's changelog.
... (truncated)
Commits
9276201Release v1.43.0 / v0.65.0 / v0.19.0 (#8128)61b8c94chore(deps): update module github.com/mattn/go-runewidth to v0.0.22 (#8131)97a086echore(deps): update github.com/golangci/dupl digest to c99c5cf (#8122)5e363delimit response body size for OTLP HTTP exporters (#8108)35214b6Use an absolute path when calling bsd kenv (#8113)290024cfix(deps): update module google.golang.org/grpc to v1.80.0 (#8121)e70658efix: support getBody in otelploghttp (#8096)4afe468fix(deps): update googleapis to 9d38bb4 (#8117)b9ca729chore(deps): update module github.com/go-git/go-git/v5 to v5.17.2 (#8115)69472ecchore(deps): update fossas/fossa-action action to v1.9.0 (#8118)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Dependency upgrades (notably OpenTelemetry/OTLP and gRPC) can subtly change telemetry export behavior and compatibility, and the Go version bump may affect build/tooling expectations for the example.
Overview
Updates the
examples/golang-pgomodule to target Go 1.25.0 and bumps OpenTelemetry dependencies from v1.40.0 to v1.43.0 (includingotlptracehttp,sdk,trace, andmetric).Refreshes related indirect dependencies in
go.mod/go.sum(e.g.,grpc-gateway,go.opentelemetry.io/proto/otlp,golang.org/x/*,google.golang.org/grpc, andgonum) to match the new OTel stack.Reviewed by Cursor Bugbot for commit 87cca42. Bugbot is set up for automated code reviews on this repo. Configure here.