diff --git a/probe/probe.go b/probe/probe.go index e9c41c08c..b8321c6dc 100644 --- a/probe/probe.go +++ b/probe/probe.go @@ -95,6 +95,7 @@ func (p *Probe) Stop() { // Publish will queue a report for immediate publication, // bypassing the spy tick func (p *Probe) Publish(rpt report.Report) { + rpt = p.tag(rpt) p.shortcutReports <- rpt }