GROUP BY timeColumn clause does not create a point if there is no data for a time bucket.
Inputs
A table with a time index to fill.Outputs
The table with the time index filled. No naming constraint foroutputKey and outputName.
Parameters
Automatic configuration with macros.
minTimeInference, maxTimeInference and lookback are not required if the __timeFilter macro was used to get the input data.monitoringGranularity is not required if the __timeGroup macro was used to get the input data.Available inference strategies for minTimeInference and maxTimeInference
The TimeIndexFiller needs a start and an end to fill the time index. These boundaries can be computed with different strategies.
Available methods for fillNullMethod
When a missing time point is added, the metric value is unknown. This value can be filled with one the following methods.
Note that most of the detectors are not compatible with null values for the moment.
Examples
Without macros
With macros
If__timeFilter and __timeGroup macros are used in the upstream DataFetcher node, and if the metric is named metric:

