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

feature: AWS ECS - Failed Tasks, ECS Events #103

Open
Alok650 opened this issue Apr 30, 2024 · 5 comments
Open

feature: AWS ECS - Failed Tasks, ECS Events #103

Alok650 opened this issue Apr 30, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@Alok650
Copy link

Alok650 commented Apr 30, 2024

🔖 Feature description

Hi @niallthomson
I am currently using the aws ecs plugin to fetch task details across several accounts. However, from the feedback I have received, it will be more useful if we show more data on the cards like failed tasks, the exit code of the containers inside the task, ECS service deployment events and hyperlinking the ecs task lists to the aws task link

🎤 Context

Adding more details in order to make the ecs service card useful for debugging.

✌️ Possible Implementation

No response

@Alok650 Alok650 added the enhancement New feature or request label Apr 30, 2024
@niallthomson
Copy link
Contributor

niallthomson commented Apr 30, 2024

Hi @Alok650 we have some work in progress to add a drawer with task details when you click on a tasks ID. That is good feedback that we'll factor in.

@Alok650
Copy link
Author

Alok650 commented May 30, 2024

Hey @niallthomson is there any progress on the ecs plugin?

@niallthomson
Copy link
Contributor

Hi @Alok650 apologies for the delayed feedback here. This will likely be split in to several phases of work.

I've opened PR #180 to introduce the capability of drilling in to a given ECS task to get more information.

Based on your feedback above we would want to expand this work in two ways:

  1. Currently we only request "Running" tasks, which is the default for the ECS API. We'd likely need to expand the plugin to get stopped tasks in a similar way to the ECS console UI.
  2. Add a similar UI drawer for ECS services to allow drill down to see details such as events. It looks like the data for this is already in the model it just needs displayed.

@Alok650
Copy link
Author

Alok650 commented Jul 10, 2024

Hi @niallthomson
Tried out the new version. One feedback: Can we expand the info card for containers data to take full width - just like done for Overview card

image

@niallthomson
Copy link
Contributor

Hi @Alok650 I had some issues with the styling to get this to line up. We can record this as a bug to be fixed though I'd also welcome a PR to fix this.

@niallthomson niallthomson changed the title AWS ECS - Failed Tasks, ECS Events feature: AWS ECS - Failed Tasks, ECS Events Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants