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: add processing rate to UI #121

Merged
merged 5 commits into from
Jul 22, 2022
Merged

feat: add processing rate to UI #121

merged 5 commits into from
Jul 22, 2022

Conversation

Krithika3
Copy link
Contributor

@Krithika3 Krithika3 commented Jul 22, 2022

WIP: Add processing rates to UI

Krithika Vijayakumar added 4 commits July 21, 2022 11:55
Signed-off-by: Krithika Vijayakumar <krithika_vijayakumar@intuit.com>
Signed-off-by: Krithika Vijayakumar <krithika_vijayakumar@intuit.com>
Signed-off-by: Krithika Vijayakumar <krithika_vijayakumar@intuit.com>
Signed-off-by: Krithika Vijayakumar <krithika_vijayakumar@intuit.com>
@Krithika3
Copy link
Contributor Author

Screen Shot 2022-07-21 at 10 44 09 PM

Screen Shot 2022-07-21 at 10 44 04 PM

@vigith vigith changed the title chore: add processing rate to UI feat: add processing rate to UI Jul 22, 2022
const vertexToRateMap = new Map();

if (pipeline?.spec?.vertices) {
Promise.all(
Copy link
Contributor

Choose a reason for hiding this comment

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

Not blocking, but may be beneficial to update server side to make one batched network call instead of many calls.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's a good point, I think I can tackle this in the next PR

Signed-off-by: Krithika Vijayakumar <krithika_vijayakumar@intuit.com>
@Krithika3 Krithika3 marked this pull request as ready for review July 22, 2022 21:06
@vigith vigith enabled auto-merge (squash) July 22, 2022 21:14
@vigith vigith merged commit 7feeaa8 into numaproj:main Jul 22, 2022
whynowy pushed a commit that referenced this pull request Aug 6, 2022
Signed-off-by: Derek Wang <whynowy@gmail.com>
yhl25 pushed a commit to yhl25/numaflow that referenced this pull request Sep 1, 2022
Signed-off-by: Yashash H L <yashash_hl@intuit.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.

None yet

3 participants