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

feat: contextual flow for remaining metrics #2379

Merged
merged 6 commits into from
Feb 10, 2025

Conversation

veds-g
Copy link
Contributor

@veds-g veds-g commented Feb 3, 2025

Fixes #2315

  • adding contextual flow for processing rates and cpu/memory metrics
image image image

Copy link

codecov bot commented Feb 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.72%. Comparing base (12c2720) to head (d347864).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

import { PipelineVertexMetric } from "../../../../../../../types/declarations/pipeline";
import { AppContextProps } from "../../../../../../../types/declarations/app";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

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.

@veds-g veds-g marked this pull request as ready for review February 10, 2025 11:03
@vigith vigith merged commit 52614f8 into numaproj:main Feb 10, 2025
25 checks passed
@veds-g veds-g deleted the contextual-rest branch February 10, 2025 15:48
veds-g added a commit that referenced this pull request Feb 19, 2025
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.

Placement of metrics under relevant tabs with context
4 participants