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

Improvements for AWS/ECS attributes #597

Merged
merged 12 commits into from
Jan 30, 2024

Conversation

mkielar
Copy link
Contributor

@mkielar mkielar commented Dec 9, 2023

Added aws.ecs.task.id, to reflect changes introduced by #29062.
Also, fixed description for aws.ecs.task.arn, as it does not reflect TaskDefinition ARN (as was incorrectly stated), but the ARN of the running ECS Task.

Fixes open-telemetry/opentelemetry-collector-contrib#8274

Changes

Please provide a brief description of the changes here.

Note: if the PR is touching an area that is not listed in the existing areas, or the area does not have sufficient domain experts coverage, the PR might be tagged as experts needed and move slowly until experts are identified.

Merge requirement checklist

Added `aws.ecs.task.id`, to reflect changes introduced by [#29062][pr]
Also, fixed description for `aws.ecs.task.arn`, as it does not reflect
TaskDefinition ARN (as was incorrectly stated), but the ARN of the
running ECS Task.

[pr]: open-telemetry/opentelemetry-collector-contrib#29602
model/resource/cloud_provider/aws/ecs.yaml Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@joaopgrassi joaopgrassi merged commit 3beb6cd into open-telemetry:main Jan 30, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add "aws.ecs.task.id" detection to "resourcedetection" processor
6 participants