Hey,
I've been experimenting a lot with the trendstl function and I've come up with a question about the usage of this function. All the documentation that I've read about the function use this function in a following manner:
trendstl(<key>, 28d; now/h, 1d, 7d) = (1/24)
The documentation says that this trigger should activate when the amount of anomalies detected in 1 day (24 hours) equals 1.
The thing I'm confused about is that the trendstl function returns a float between 0 - 1 that describes a ratio of number of anomalie values / total number of values
My question is if there is a dependecy of the time interval when a certain item retrieves data and the total number of values?
For example: if I use the following trigger: trendstl(<key>, 28d; now/h, 1d, 7d) = (1/24) with an item retrieve time interval of 1 hour, this trigger should be accurate.
But if I use the same trigger on a different item with an item retrieve time interval of 5 minutes, is this trigger still accurate? Or should the threshold be set to > (1/(24*(60/5))?
If there is a dependecy, is there a way to obtain the total amount of values within a certain timeperiod?
Greetings,
machinelearningdingetjes
I've been experimenting a lot with the trendstl function and I've come up with a question about the usage of this function. All the documentation that I've read about the function use this function in a following manner:
trendstl(<key>, 28d; now/h, 1d, 7d) = (1/24)
The documentation says that this trigger should activate when the amount of anomalies detected in 1 day (24 hours) equals 1.
The thing I'm confused about is that the trendstl function returns a float between 0 - 1 that describes a ratio of number of anomalie values / total number of values
My question is if there is a dependecy of the time interval when a certain item retrieves data and the total number of values?
For example: if I use the following trigger: trendstl(<key>, 28d; now/h, 1d, 7d) = (1/24) with an item retrieve time interval of 1 hour, this trigger should be accurate.
But if I use the same trigger on a different item with an item retrieve time interval of 5 minutes, is this trigger still accurate? Or should the threshold be set to > (1/(24*(60/5))?
If there is a dependecy, is there a way to obtain the total amount of values within a certain timeperiod?
Greetings,
machinelearningdingetjes

Comment