AliyunContainerService/kube-eventer

sink 接入飞书告警 EventTime

wjh-w opened this issue · 5 comments

wjh-w commented

image
这个时间怎么改成,特定的cst,这里的 utc 好像支持不是很友好,对于飞书来说~

试试webhook的模式,自己转一次

wjh-w commented

webhook的模式,自己把时间格式自己转化么? 从新打包镜像?

这个问题已经定位,我贴一下修复的patch

根因是FailedScheduling是单次事件,不是事件series,只有timestamp,没有lastTimestamp、startTimestamp。
这里sink逻辑对timestamp解析有问题。

已修复 #276