-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
featImprovement on an existing feature such as adding a new setting/mode to an existing pluginImprovement on an existing feature such as adding a new setting/mode to an existing plugin
Description
Currently aggregator plugins only support aggregating data with "current" timestamps.
We should try to support a single stream of historical data in the aggregator plugins, as this likely could be a common use-case when parsing a logfile.
see #1989
from that issue:
One "easy" workaround might be to create a single "historical window" which would have it's period started on the timestamp of the first "historical" metric that arrives. This would cover your use-case where you have a single stream of historical and ordered metrics arriving (ordered is the crucial point). I imagine that when dealing with historical data, this would be the most common use-case, especially when dealing with logfile parsing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featImprovement on an existing feature such as adding a new setting/mode to an existing pluginImprovement on an existing feature such as adding a new setting/mode to an existing plugin