-
Notifications
You must be signed in to change notification settings - Fork 484
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
Dedupled search results DDG paths #558
Conversation
@@ -25,7 +25,9 @@ function transformTracesToPaths( | |||
focalService: string, | |||
focalOperation?: string | |||
): TDdgPayload { | |||
const dependencies: TDdgPayloadPath[] = []; | |||
// const dependenciesMap: TDdgPayloadPath[] = []; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ups, removed, thanks.
402be04
to
0f7ca18
Compare
Codecov Report
@@ Coverage Diff @@
## master #558 +/- ##
=======================================
Coverage 92.89% 92.90%
=======================================
Files 200 200
Lines 4912 4917 +5
Branches 1212 1213 +1
=======================================
+ Hits 4563 4568 +5
Misses 309 309
Partials 40 40
Continue to review full report at Codecov.
|
Signed-off-by: Ruben Vargas <[email protected]>
Signed-off-by: Ruben Vargas <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
* Dedupled search results DDG paths Signed-off-by: Ruben Vargas <[email protected]> * Add deduplet ddg paths test Signed-off-by: Ruben Vargas <[email protected]> Signed-off-by: vvvprabhakar <[email protected]>
Signed-off-by: Ruben Vargas [email protected]
Which problem is this PR solving?
Short description of the changes