Skip to content

[receiver/awsecscontainermetricsreceiver] Remove v1.21.0 import#49360

Open
anarwal wants to merge 6 commits into
open-telemetry:mainfrom
anarwal:receiver/awsecscontainermetricsreceiver
Open

[receiver/awsecscontainermetricsreceiver] Remove v1.21.0 import#49360
anarwal wants to merge 6 commits into
open-telemetry:mainfrom
anarwal:receiver/awsecscontainermetricsreceiver

Conversation

@anarwal

@anarwal anarwal commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Description

Removed v1.21.0 semconv import. Added feature gate receiver.awsecscontainermetrics.EmitContainerImageTagsAsSlice (alpha, disabled by default) to migrate from container.image.tag (string, deprecated) to container.image.tags (string array, semconv v1.40.0). No behavior change unless gate is explicitly enabled.

Link to tracking issue

Fixes #22095

Testing

Ran

go generate ./... && go mod tidy && go build ./... && go test ./...

from receiver/awsecscontainermetricsreceiver

Authorship

  • I, a human, wrote this pull request description myself.

@atoulme

atoulme commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Please resolve conflicts.

@anarwal

anarwal commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

@atoulme good to go now before something else breaks it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate to latest semconv version and ensure we regularly update going forward

3 participants