Fix drop tracking of aggregator drop_original metrics (#5632)

This commit is contained in:
John Hu
2019-03-27 09:01:50 +08:00
committed by Daniel Nelson
parent 0f21373439
commit 5e6374c19b
2 changed files with 4 additions and 2 deletions

View File

@@ -364,6 +364,8 @@ func (a *Agent) runAggregators(
if !dropOriginal {
dst <- metric
} else {
metric.Drop()
}
}
cancel()