Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculate failed calls count #77

Open
bocharovf opened this issue Sep 16, 2019 · 1 comment
Open

Calculate failed calls count #77

bocharovf opened this issue Sep 16, 2019 · 1 comment

Comments

@bocharovf
Copy link

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

@pavolloffay
Copy link
Member

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": jaegertracing/jaeger#1631

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants