TypeError: not supported between instances of 'str' and 'float'
问题现象
在judge日志中出现TypeError: not supported between instances of 'str' and 'float'提示。
解决方法
检查告警原始表指标字段的类型配置是否正确。
例如请求量指标错误配置为varchar类型,应该是数值类型,需要在MPPDB表管理中,将对应表字段类型调整正确。
检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
在judge日志中出现TypeError: not supported between instances of 'str' and 'float'提示。
检查告警原始表指标字段的类型配置是否正确。
例如请求量指标错误配置为varchar类型,应该是数值类型,需要在MPPDB表管理中,将对应表字段类型调整正确。