Replies: 1 comment
-
|
看图中所示,应当是 Time<now() 时已经有这个数据了,你也可以考虑直接写时间戳。来避免一下时间误差 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
call inference(_Stray, "select age from root.
1761790006.VoTjyO6DMG6.lyq_mqtt.property where Time<now() ",generateTime=True,window=tail(200));这里设置 tail=200 ,结果中却出现了未来时间的数据,异常检测不应该是对已有的数据进行检查吗?

现在的时间还没到:
![Uploading image.png…]()
Beta Was this translation helpful? Give feedback.
All reactions