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

Commits on Dec 9, 2023

  1. Improvements for AWS/ECS attributes

    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
    mkielar committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    3ea8625 View commit details
    Browse the repository at this point in the history
  2. Updated changelog

    mkielar committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    1e64e37 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    eb710f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    42136a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    4389de2 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    5229fb1 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    1666013 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    joaopgrassi committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b7b259b View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    joaopgrassi committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    0a838d9 View commit details
    Browse the repository at this point in the history
  4. Change requirement level of task.id

    `task.id` is extracted from `task.arn`, so it's conditionally required based on its presence.
    joaopgrassi committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    33b6c3f View commit details
    Browse the repository at this point in the history
  5. Re-generate md table

    joaopgrassi committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    6d0f95e View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    0c1686b View commit details
    Browse the repository at this point in the history