Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[extension/ecsobserver] Fix missing task tags retrieval #38278

Merged
merged 3 commits into from
Mar 3, 2025

Conversation

danlsgiga
Copy link
Contributor

Description

The ecsobserver extension is not complying with the latest ECS DescribeTask API specs as it does not define the introduced Include: ["TAGS"] option.

This causes the ecsobserver to not render the __meta_ecs_task_tags_* labels on scraping since the Task Tags are not being included in the API response.

This is preventing us from enriching our metrics with Task Tags.

Testing

Added a test to validate that Task Tags are included in the response.

@danlsgiga danlsgiga requested review from dmitryax and a team as code owners February 28, 2025 19:17
Copy link

linux-foundation-easycla bot commented Feb 28, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

@danlsgiga danlsgiga changed the title Fix missing task tags retrieval [extension/ecsobserver] Fix missing task tags retrieval Feb 28, 2025
@atoulme
Copy link
Contributor

atoulme commented Feb 28, 2025

Please add a changelog

@danlsgiga
Copy link
Contributor Author

Changelog added! 🙌🏻

@danlsgiga
Copy link
Contributor Author

Any chance we can get this in the next release?

@pjanotti pjanotti added the ready to merge Code review completed; ready to merge by maintainers label Mar 3, 2025
@songy23 songy23 merged commit 764fae3 into open-telemetry:main Mar 3, 2025
167 checks passed
@github-actions github-actions bot added this to the next release milestone Mar 3, 2025
@danlsgiga danlsgiga deleted the fix-ecsobserver-task-tags branch March 3, 2025 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension/observer ready to merge Code review completed; ready to merge by maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants