Merge pull request #1113 from weaveworks/1065-tag-shortcut-reports

Tag shortcut reports.
This commit is contained in:
Paul Bellamy
2016-03-04 17:16:39 +00:00
+1
View File
@@ -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
}