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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

danlsgiga
Copy link

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
Author

Changelog added! 🙌🏻

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.

5 participants