diff --git a/probe/topology_tagger.go b/probe/topology_tagger.go index 354913387..cf41896d1 100644 --- a/probe/topology_tagger.go +++ b/probe/topology_tagger.go @@ -23,6 +23,8 @@ func (topologyTagger) Tag(r report.Report) (report.Report, error) { report.ContainerImage: &(r.ContainerImage), report.Pod: &(r.Pod), report.Service: &(r.Service), + report.ECSTask: &(r.ECSTask), + report.ECSService: &(r.ECSService), report.Host: &(r.Host), report.Overlay: &(r.Overlay), } {