[TT-17154] Bump opentelemetry to post-v0.0.25 doc-comment fixes#8240
Conversation
Pull in TykTechnologies/opentelemetry PR #69 (merge commit 3b0d024e), which clarifies the config struct comments that drive user-facing docs generation (ExporterConfig.Exporter, ResourceName, OpenTelemetry.Enabled, TLS.Enable, TLS.CAFile). No behavior or API changes. A new tag was not cut for this commit, so this pins via a Go pseudo-version (v0.0.26-0.20260521112223-3b0d024e6090).
|
This pull request updates the Files Changed Analysis
The changes are confined to these two files, reflecting a standard dependency bump. Architecture & Impact Assessment
Scope Discovery & Context Expansion
Metadata
Powered by Visor from Probelabs Last updated: 2026-05-21T11:54:00.941Z | Triggered by: pr_opened | Commit: 9664b22 💡 TIP: You can chat with Visor using |
✅ Security Check PassedNo security issues found – changes LGTM. ✅ Architecture Check PassedNo architecture issues found – changes LGTM. ✅ Performance Check PassedNo performance issues found – changes LGTM. Powered by Visor from Probelabs Last updated: 2026-05-21T11:53:42.234Z | Triggered by: pr_opened | Commit: 9664b22 💡 TIP: You can chat with Visor using |
|
|
/release to release-5.13 |
|
/release to release-5.13.0 |
…5 doc-comment fixes (#8240) (#8249) ## Summary Cherry-pick of #8240 onto `release-5.13`. Bumps `github.com/TykTechnologies/opentelemetry` from `v0.0.25` to `v0.0.26-0.20260521112223-3b0d024e6090`, pulling in doc-comment fixes (TykTechnologies/opentelemetry#69). Documentation-only upstream change — no behavior, API, or default changes. - Original PR: #8240 - Original commit: 8a9a180 - Files changed: `go.mod` (2 lines), `go.sum` (4 lines) ## Test plan - [ ] CI green on this branch
….25 doc-comment fixes (#8240) (#8250) ## Summary Cherry-pick of #8240 onto `release-5.13.0`. Bumps `github.com/TykTechnologies/opentelemetry` from `v0.0.25` to `v0.0.26-0.20260521112223-3b0d024e6090`, pulling in doc-comment fixes (TykTechnologies/opentelemetry#69). Documentation-only upstream change — no behavior, API, or default changes. Follow-up to #8235 (the docs update that already landed on `release-5.13.0`), bringing the matching gateway-side library bump. - Original PR: #8240 - Original commit: 8a9a180 - Files changed: `go.mod` (2 lines), `go.sum` (4 lines) ## Test plan - [ ] CI green on this branch



Summary
github.com/TykTechnologies/opentelemetryfromv0.0.25tov0.0.26-0.20260521112223-3b0d024e6090, pulling in opentelemetry#69 (merge commit3b0d024e).ExporterConfig.Exporter,ResourceName,OpenTelemetry.Enabled,TLS.Enable,TLS.CAFile). No behavior, API, or default changes.v0.0.25for this commit.Motivation
PR review feedback on the gateway-side OpenTelemetry config docs noted unclear/inconsistent wording and grammar issues. Since the docs are generated from the upstream library's struct comments, the fixes live in
TykTechnologies/opentelemetry. This PR brings those fixes into the gateway.Test plan
go build ./...— OTel-touching packages (./internal/otel/...,./internal/graphql/...,./gateway/...) compile clean. The only build noise (test/goplugins"main undeclared", linker duplicate-ldlwarning) is pre-existing on master and unrelated.go vet ./internal/otel/...— passes.go mod tidy— clean, no unrelated module churn.Notes for reviewers
go.mod, 4 ingo.sum).v0.0.26tag is cut on the opentelemetry repo, a follow-up can replace the pseudo-version with the clean tag — but functionally identical.Ticket Details
TT-17154
Generated at: 2026-05-21 11:53:06