mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 10:11:03 +00:00
Tag shortcut reports.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user