-
Notifications
You must be signed in to change notification settings - Fork 589
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement cloud.{account.id,availability_zone,region} in AWS ECS dete…
…ctor (#4860) * implement cloud.{account.id,availability_zone,region} in AWS ECS detector * fix lint * add changelog entry * fix itests * make log resilient against bad task ARNs * report errors if account or region lookup fails * reduce code duplication * Update ecs.go Co-authored-by: Tyler Yahn <[email protected]> * improve errCannotParseTaskArn error message * add test coverage for bad ARNs across the board * split attributes in changelog * fix formatting changelog --------- Co-authored-by: Tyler Yahn <[email protected]>
- Loading branch information
Showing
4 changed files
with
146 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters