前端版本:6.0.0-ga.7
后端版本:v6.0.0-ga.7.0.2-a77dc15e363ae4ef375f4dacd73fd2d7e1e0095b
mtail的progs如下:
counter error_count
/ERROR|error|Failed|faild/ {
error_count++
}
counter exception_count by exception, log
/(?P[A-Z](.[A-Za-z])(Exception|Error)):(?P.)/ {
exception_count[$exception][$log]++
}
执行测试mtail_error_count、mtail_exception_count指标能够打印出来
但是正式运行后从时序指标菜单查询不到mtail_exception_count,去prometheus查询也没有,mtail_error_count指标却可以查到