Fix drop tracking of aggregator drop_original metrics (#5632)

This commit is contained in:
John Hu
2019-03-26 18:01:50 -07:00
committed by Daniel Nelson
parent 0f21373439
commit 5e6374c19b
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -364,6 +364,8 @@ func (a *Agent) runAggregators(
if !dropOriginal {
dst <- metric
} else {
metric.Drop()
}
}
cancel()