-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
add deep dependencies endpoint #6654
base: main
Are you sure you want to change the base?
add deep dependencies endpoint #6654
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6654 +/- ##
==========================================
- Coverage 96.00% 95.83% -0.17%
==========================================
Files 363 364 +1
Lines 20603 20639 +36
==========================================
Hits 19780 19780
- Misses 628 663 +35
- Partials 195 196 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Please see comments in #6608, the same applies here |
Signed-off-by: adityachopra29 <[email protected]>
Signed-off-by: adityachopra29 <[email protected]>
Signed-off-by: adityachopra29 <[email protected]>
8ff02e0
to
0e4d03e
Compare
@yurishkuro the /deep-dependencies url is working now, but there are some issues.
REC-20250203235503.mp4
|
Signed-off-by: adityachopra29 <[email protected]>
Sorry I don't follow your points about focal service. Isn't that a user choice after you return the data? Is that an input to the endpoint that returns the data? In either case the dummy endpoint can ignore that input and always return the same data, and to test it you can specify the focal service in the query URL (I assume). Another thing I didn't understand is why did you have to run hotrod in your screencast? If the endpoint always returns dummy data, what was the point of sending data to Jaeger from HotROD? |
And yes, you will need to make a change to the UI to use a different URL for the data. We could make it configurable in the UI, to keep it backwards compatible. |
@yurishkuro If we go to This was also the reason I was running the hotrod example, to mock services and operations. Are there any other considerations? Otherwise, I will move on and write the tests for the same, and also raise a pr in the ui. |
Which problem is this PR solving?
Description of the changes
How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test