Skip to content

Commit

Permalink
remove container instance from tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Dec 3, 2021
1 parent 75973ff commit 50cd6fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ func taskToColumns(task *ecs.Task) []string {
return []string{
arnToName(*task.TaskArn),
arnToName(*task.TaskDefinitionArn),
arnToName(aws.StringValue(task.ContainerInstanceArn)),
aws.StringValue(task.LastStatus),
aws.StringValue(task.DesiredStatus),
task.CreatedAt.In(time.Local).Format(time.RFC3339),
Expand Down

0 comments on commit 50cd6fb

Please sign in to comment.