Skip to content

Plan B: Makefile package-extend target [DEVOPS-2394]#2

Merged
jmsundar merged 1 commit intofeat/DEVOPS-2394-extend-otel-lambdafrom
plan-b-makefile-package-extend
Apr 17, 2026
Merged

Plan B: Makefile package-extend target [DEVOPS-2394]#2
jmsundar merged 1 commit intofeat/DEVOPS-2394-extend-otel-lambdafrom
plan-b-makefile-package-extend

Conversation

@jmsundar
Copy link
Copy Markdown
Contributor

Summary

  • Adds package-extend Make target to collector/Makefile that builds the collector zip with all 3 Extend configs bundled
  • config.yaml is set to cx-only so the collector's default load path works without any env var
  • Optionally, OPENTELEMETRY_COLLECTOR_CONFIG_URI can point to collector-config-cx-arize.yaml or collector-config-cx-arize-s3.yaml for Arize/S3 variants

Part of DEVOPS-2394. Base: feat/DEVOPS-2394-extend-otel-lambda (not main).

Test plan

  • make -C collector package-extend GOARCH=amd64 succeeds
  • unzip -l collector/build/opentelemetry-collector-layer-amd64.zip shows extensions/collector, collector-config/config.yaml, collector-config/collector-config-cx-arize.yaml, collector-config/collector-config-cx-arize-s3.yaml
  • diff <(cat extend/collector-config-cx-only.yaml) <(unzip -p ... collector-config/config.yaml) is empty
  • make -C collector package-extend GOARCH=arm64 succeeds with same zip structure

🤖 Generated with Claude Code

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 17, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 49a77a73-144f-4c4f-b68c-26b6ed7fc114

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands and usage tips.

@jmsundar jmsundar merged commit 0f21d7e into feat/DEVOPS-2394-extend-otel-lambda Apr 17, 2026
1 check passed
@jmsundar jmsundar deleted the plan-b-makefile-package-extend branch April 17, 2026 20:42
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