-
Notifications
You must be signed in to change notification settings - Fork 124
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
feat: contextual flow for remaining metrics #2379
Conversation
Signed-off-by: veds-g <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2379 +/- ##
==========================================
- Coverage 69.73% 69.72% -0.01%
==========================================
Files 361 361
Lines 49993 49993
==========================================
- Hits 34861 34856 -5
- Misses 14048 14056 +8
+ Partials 1084 1081 -3 ☔ View full report in Codecov by Sentry. |
Signed-off-by: veds-g <[email protected]>
Signed-off-by: veds-g <[email protected]>
ui/src/components/common/MetricsModalWrapper/partials/MetricsModal/index.tsx
Outdated
Show resolved
Hide resolved
...c/components/common/SlidingSidebar/partials/VertexDetails/partials/ProcessingRates/index.tsx
Outdated
Show resolved
Hide resolved
...deInfo/partials/Pods/partials/PodDetails/partials/Metrics/partials/common/Dropdown/index.tsx
Outdated
Show resolved
Hide resolved
import { PipelineVertexMetric } from "../../../../../../../types/declarations/pipeline"; | ||
import { AppContextProps } from "../../../../../../../types/declarations/app"; |
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.
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.
can use absolute imports going forward.
Signed-off-by: veds-g <[email protected]>
Signed-off-by: veds-g <[email protected]>
ui/src/components/common/SlidingSidebar/partials/VertexDetails/partials/Buffers/index.tsx
Show resolved
Hide resolved
Signed-off-by: veds-g <[email protected]>
Fixes #2315