I am monitoring argo workflow with Prometheus.
argo_workflows_count{status="Error"} -82
argo_workflows_count{status="Failed"} -63
argo_workflows_count{status="Running"} 74
argo_workflows_count{status="Pending"} 484
argo_workflows_count{status="Succeeded"} -402
the value is negative, How could the error count, succeeded will be negative...?