
# TypeError: not supported between instances of 'str' and 'float'
#### 问题现象
在judge日志中出现TypeError: not supported between instances of 'str' and 'float'提示。
#### 解决方法
检查告警原始表指标字段的类型配置是否正确。
例如请求量指标错误配置为varchar类型，应该是数值类型，需要在MPPDB表管理中，将对应表字段类型调整正确。
