-
Notifications
You must be signed in to change notification settings - Fork 11
feat: log marker indicator in the waterfall view #899
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #899 +/- ##
==========================================
- Coverage 85.34% 85.17% -0.18%
==========================================
Files 803 806 +3
Lines 16509 16618 +109
Branches 2074 2088 +14
==========================================
+ Hits 14090 14154 +64
- Misses 2387 2432 +45
Partials 32 32
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
projects/components/src/sequence/renderer/sequence-bar-renderer.service.ts
Outdated
Show resolved
Hide resolved
projects/distributed-tracing/src/shared/components/span-detail/span-detail.component.ts
Outdated
Show resolved
Hide resolved
projects/distributed-tracing/src/shared/components/span-detail/span-detail.component.ts
Outdated
Show resolved
Hide resolved
...ibuted-tracing/src/shared/dashboard/widgets/waterfall/waterfall-widget-renderer.component.ts
Outdated
Show resolved
Hide resolved
...rc/shared/dashboard/widgets/waterfall/waterfall/marker-tooltip/marker-tooltip.component.scss
Outdated
Show resolved
Hide resolved
.../src/shared/dashboard/widgets/waterfall/waterfall/marker-tooltip/marker-tooltip.component.ts
Outdated
Show resolved
Hide resolved
.../src/shared/dashboard/widgets/waterfall/waterfall/marker-tooltip/marker-tooltip.component.ts
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
LGTM
...tributed-tracing/src/shared/dashboard/widgets/waterfall/waterfall/waterfall-chart.service.ts
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
projects/components/src/sequence/renderer/sequence-bar-renderer.service.ts
Outdated
Show resolved
Hide resolved
projects/components/src/sequence/renderer/sequence-bar-renderer.service.ts
Outdated
Show resolved
Hide resolved
projects/components/src/sequence/renderer/sequence-bar-renderer.service.ts
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
color: segment.color | ||
color: segment.color, | ||
markers: segment.markers | ||
.map((marker: Marker) => ({ ...marker, markerTime: marker.markerTime - minStart })) |
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.
nit: some comments would be helpful
|
||
export interface MarkerDatum { | ||
marker: Marker; | ||
origin: ElementRef; |
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.
If we could use the approach we discussed earlier then that would be great. Mainly, a way to avoid passing an elementRef
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.
Will take a look in this.
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.
Looks good
Description
Log marker indicator in the waterfall view
Testing
Local testing done.
Checklist:
Log markers

Log-marker-hover
