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

fix(detector-aws): Get ECS Container ID from metadata #2509

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 28, 2024

  1. fix(detector-aws): Get ECS Container ID from metadata

    Which prolbem is this PR solving?
    
    - The AWS ECS Resource detector is munging the container ID when running
      in AWS ECS Fargate
    
    ref: open-telemetry#2032
    
    Short description of the changes
    
    - Get ECS container ID from ECS metadata. This will get the correct
      value whether running in ECS Fargate or ECS on EC2
    iancward committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5f48d6a View commit details
    Browse the repository at this point in the history