You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar feature requirement.
Description
Currently, as shown in https://dolphinscheduler.apache.org/en-us/docs/dev/user_doc/guide/metrics/metrics.html, we use metric names to indicate whether the related counter / timer is used for some failures or successes. For example, we use ds.workflow.instance.failure.count to count failed workflow instances and ds.workflow.instance.success.count for succeeded workflow instances.
However, it would be a better practice to indicate this kind of info in metric tags instead of names, as described in this comment.