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

Recognize uninstrumented services via both producer and client span kinds #1681

Merged
merged 2 commits into from
Aug 14, 2023

Conversation

Wck-iipi
Copy link
Contributor

Which problem is this PR solving?

Resolves #660

Description of the changes

VirtualizedTraceView now checks if kind is producer.

How was this change tested?

I changed HotROD MySQL kind to producer and then tested it.

Checklist

image

Signed-off-by: wck-iipi <21dcs006@nith.ac.in>
@Wck-iipi
Copy link
Contributor Author

@yurishkuro DCO check passes and test case is now done with the help of an array.

@yurishkuro yurishkuro changed the title Checks for both Producer and Client Recognize uninstrumented services via both producer and client span kinds Aug 14, 2023
@yurishkuro yurishkuro enabled auto-merge (squash) August 14, 2023 21:38
@codecov
Copy link

codecov bot commented Aug 14, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (97bc130) 96.01% compared to head (7948025) 96.01%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1681   +/-   ##
=======================================
  Coverage   96.01%   96.01%           
=======================================
  Files         241      241           
  Lines        7558     7560    +2     
  Branches     1984     1985    +1     
=======================================
+ Hits         7257     7259    +2     
  Misses        301      301           
Files Changed Coverage Δ
...ePage/TraceTimelineViewer/VirtualizedTraceView.tsx 96.71% <100.00%> (ø)
...components/TracePage/TraceTimelineViewer/utils.tsx 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yurishkuro yurishkuro merged commit 78f94df into jaegertracing:main Aug 14, 2023
8 checks passed
anshgoyalevil pushed a commit to anshgoyalevil/jaeger-ui that referenced this pull request Aug 16, 2023
…an kinds (jaegertracing#1681)

## Which problem is this PR solving?
Resolves jaegertracing#660

## Description of the changes
VirtualizedTraceView now checks if kind is producer.

## How was this change tested?
I changed HotROD MySQL kind to producer and then tested it.

## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [x] I have added unit tests for the new functionality
- [x] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

![image](https://github.com/jaegertracing/jaeger-ui/assets/110763795/a28ca271-a4f7-422c-be28-49323ab3b62e)

Signed-off-by: wck-iipi <21dcs006@nith.ac.in>
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
Signed-off-by: Ansh Goyal <anshgoyal1704@gmail.com>
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

Successfully merging this pull request may close these issues.

Display uninstrumented service from "producer" spans
2 participants