spark-dependencies icon indicating copy to clipboard operation
spark-dependencies copied to clipboard

Calculate failed calls count

Open bocharovf opened this issue 4 years ago • 1 comments

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

bocharovf avatar Sep 16 '19 18:09 bocharovf

The functionality in this repository depends on the UI and storage data model.

To make this work we would have to change the UI and backend components to query and return these values.

This is somehow related to the generic issue "store tags in dependencies": https://github.com/jaegertracing/jaeger/issues/1631

pavolloffay avatar Sep 17 '19 10:09 pavolloffay