add event-pipeline error
Question and Steps to reproduce
使用docker-postgres部署的服务,已升级到8.3.1版本,在新增事件管道的时候报错
Relevant logs and configurations
输入完信息,点击保存报错
Version
v8.3.1版本
025-09-23 10:27:26.292998 ERROR ormx/ormx.go:68 /home/runner/work/nightingale/nightingale/models/event_pipeline.go:67 failed to encode args[3]: unable to encode false into binary format for int8 (OID 20): cannot find encode plan [1.702ms] [rows:0] INSERT INTO "event_pipeline" ("name","team_ids","description","filter_enable","label_filters","attr_filters","processor_configs","create_at","create_by","update_at","update_by") VALUES ('磁盘清理','[1]','',false,'[]','[]','[{"typ":"callback","config":{"timeout":10000,"url":"http://172.17.200.216:8080/webhook/clean-disk"}}]',1758594446,'root',1758594446,'root') RETURNING "id",报错日志
感谢反馈,下个版本会修复下