From 573f14460740327a129b28cd0d0298dda370673c Mon Sep 17 00:00:00 2001 From: kelseiv <47797004+kelseiv@users.noreply.github.com> Date: Fri, 29 May 2020 15:32:46 -0700 Subject: [PATCH] Update AGGREGATORS_AND_PROCESSORS.md (#7599) --- docs/AGGREGATORS_AND_PROCESSORS.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/AGGREGATORS_AND_PROCESSORS.md b/docs/AGGREGATORS_AND_PROCESSORS.md index 4b5c9f1a6..7be34aed5 100644 --- a/docs/AGGREGATORS_AND_PROCESSORS.md +++ b/docs/AGGREGATORS_AND_PROCESSORS.md @@ -64,7 +64,4 @@ Since aggregates are created for each measurement, field, and unique tag combina the plugin receives, you can make use of `taginclude` to group aggregates by specific tags only. -**NOTE** That since aggregators only aggregate metrics within their period, that -historical data is not supported. In other words, if your metric timestamp is more -than `now() - period` in the past, it will not be aggregated. If this is a feature -that you need, please comment on this [github issue](https://github.com/influxdata/telegraf/issues/1992) +**Note:** Aggregator plugins only aggregate metrics within their periods (`now() - period`). Data with a timestamp earlier than `now() - period` cannot be included.