Skip to content

fix(asapedgeprocessor): remove stray gos_* field refs that broke main build - #523

Merged
zzylol merged 1 commit into
mainfrom
hotfix/fix-main-build
Jul 16, 2026
Merged

zzylol merged 1 commit into
mainfrom
hotfix/fix-main-build

Conversation

@zzylol

@zzylol zzylol commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Summary

main has not compiled since #521 merged: processor.go (lines 177-179)
referenced fam.GosDeltaEpsilon/GosSites/GosAnisotropic and
sketchOpts.gosDeltaEpsilon/gosSites/gosAnisotropic — none of which are
defined anywhere on main. These are leftover from cherry-picking the
wake-plumbing commit off the monolithic feat/gos-unified-monitoring
branch: that branch's processor.go already carried later (not-yet-landed)
PR #517-era GOS config-parsing lines, and the cherry-pick brought the whole
file hunk forward without noticing the corresponding config.go fields
weren't part of #521's actual diff.

Fix: delete the 3 stray struct-literal fields. go build/go vet/go test
now pass clean on asapedgeprocessor. The real GOS config plumbing
(GosDeltaEpsilon/GosSites — isotropic only, anisotropic was dropped from
the design) lands properly, backed by real fields end to end, in the
CountSketch GOS conversion PR next in the stack.

Test plan

  • go build ./... clean on opentelemetry-collector-contrib/processor/asapedgeprocessor.
  • go vet ./... clean.
  • go test ./... clean (existing suite, no new tests needed for a pure deletion).

🤖 Generated with Claude Code

… build

processor.go referenced fam.GosDeltaEpsilon/GosSites/GosAnisotropic and
sketchOpts.gosDeltaEpsilon/gosSites/gosAnisotropic, none of which exist
anywhere on this branch — leftover from reconstructing the wake-plumbing
commit (#521) off the monolithic feat/gos-unified-monitoring branch, which
carried the file forward with these not-yet-landed PR #517 fields still
attached. main has been non-compiling since #521 merged. The real GOS
config plumbing lands properly, backed by its own fields, in the
CountSketch GOS PR next in the stack.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@zzylol
zzylol merged commit 4ff2df8 into main Jul 16, 2026
@zzylol
zzylol deleted the hotfix/fix-main-build branch July 17, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant