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
Requirement - what kind of business use case are you trying to solve?
Display amount of errors / error percent on Dependencies tab in Jaeger UI.
Problem - what in Jaeger blocks you from solving the requirement?
Currently we calculate only "callCount" - total amount of calls between two services whether successful or not.
Proposal - what do you suggest to solve the problem or improve the existing situation?
Calculate additional field "errorCount" - amount of calls between two services with error. Where error is determined from error tag equal to true.
It could be displayed in Jaeger UI "as is" or like "error percent".
Any open questions to address
The text was updated successfully, but these errors were encountered:
Requirement - what kind of business use case are you trying to solve?
Display amount of errors / error percent on Dependencies tab in Jaeger UI.
Problem - what in Jaeger blocks you from solving the requirement?
Currently we calculate only "callCount" - total amount of calls between two services whether successful or not.
Proposal - what do you suggest to solve the problem or improve the existing situation?
Calculate additional field "errorCount" - amount of calls between two services with error. Where error is determined from error tag equal to true.
It could be displayed in Jaeger UI "as is" or like "error percent".
Any open questions to address
The text was updated successfully, but these errors were encountered: