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

[Feature]: Make changes to allow for /api/quality-metrics to work #2640

Open
ADI-ROXX opened this issue Jan 28, 2025 · 1 comment · May be fixed by #2641
Open

[Feature]: Make changes to allow for /api/quality-metrics to work #2640

ADI-ROXX opened this issue Jan 28, 2025 · 1 comment · May be fixed by #2641

Comments

@ADI-ROXX
Copy link
Contributor

Requirement

Changes are implemented in jaegertracing/jaeger#6607 to return dummy quality metrics. Fix the frontend to accomodate the changes according to the issue mentioned above.

Problem

Jaeger-UI has "hidden" capabilities, namely page that shows statistics about instrumentation quality in the deployed services. The corresponding server code was apparently never migrated out of Uber's internal code base. The proposal is to create the required endpoint in the jaeger-query but return some dummy data, which can later be extended with proper support for storage. The dummy data should use some obvious identifiers like sample-service-A, to make it obvious to the user that the data is not real. An alternative is to return just empty data but that is generally more confusing to the user.

Proposal

No response

Open questions

No response

@ADI-ROXX
Copy link
Contributor Author

@yurishkuro Following is the snapshot of the ui:

Image Image

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

Successfully merging a pull request may close this issue.

1 participant