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

fix(streaming): use correct label for stream_fragment_exchange_bytes metrics #13644

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

BugenZhao
Copy link
Member

@BugenZhao BugenZhao commented Nov 24, 2023

I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.

What's changed and what's your intention?

As explained in #13592.

Checklist

  • I have written necessary rustdoc comments
  • I have added necessary unit tests and integration tests
  • All checks passed in ./risedev check (or alias, ./risedev c)

Documentation

  • My PR needs documentation updates. (Please use the Release note section below to summarize the impact on users)

Release note

If this PR includes changes that directly affect users or other significant modifications relevant to the community, kindly draft a release note to provide a concise summary of these changes. Please prioritize highlighting the impact these changes will have on users.

@github-actions github-actions bot added the type/fix Bug fix label Nov 24, 2023
@BugenZhao BugenZhao changed the title fix(streaming): use correct label for `stream_fragment_exchange_bytes… fix(streaming): use correct label for stream_fragment_exchange_bytes metrics Nov 24, 2023
Copy link
Contributor

@shanicky shanicky left a comment

Choose a reason for hiding this comment

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

LSTM!

Copy link

codecov bot commented Nov 24, 2023

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (7b21e04) 68.22% compared to head (571cd0c) 68.22%.

Files Patch % Lines
src/compute/src/rpc/service/exchange_service.rs 0.00% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13644      +/-   ##
==========================================
- Coverage   68.22%   68.22%   -0.01%     
==========================================
  Files        1521     1521              
  Lines      261795   261800       +5     
==========================================
- Hits       178606   178603       -3     
- Misses      83189    83197       +8     
Flag Coverage Δ
rust 68.22% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BugenZhao BugenZhao added this pull request to the merge queue Nov 24, 2023
Merged via the queue into main with commit 2348a2b Nov 24, 2023
32 of 33 checks passed
@BugenZhao BugenZhao deleted the bz/fix-13592 branch November 24, 2023 10:54
@fuyufjh
Copy link
Member

fuyufjh commented Nov 25, 2023

Thanks! Did you verify whether the metrics problem (that is #13592) has been fixed?

Little-Wallace added a commit that referenced this pull request Nov 27, 2023
commit a3ea7c0
Author: Eric Fu <[email protected]>
Date:   Sat Nov 25 11:00:48 2023 +0800

    refactor: memory management (#13636)

commit 2348a2b
Author: Bugen Zhao <[email protected]>
Date:   Fri Nov 24 18:26:48 2023 +0800

    fix(streaming): use correct label for `stream_fragment_exchange_bytes` metrics (#13644)

    Signed-off-by: Bugen Zhao <[email protected]>

commit 3ccb249
Author: Runji Wang <[email protected]>
Date:   Fri Nov 24 17:39:12 2023 +0800

    fix: estimate jsonb's value encoding size (#13643)

    Signed-off-by: Runji Wang <[email protected]>

commit 7b21e04
Author: Dylan <[email protected]>
Date:   Fri Nov 24 16:54:38 2023 +0800

    feat(optimizer): improve inline session timezone in exprs (#13640)

Signed-off-by: Little-Wallace <[email protected]>
@BugenZhao
Copy link
Member Author

Thanks! Did you verify whether the metrics problem (that is #13592) has been fixed?

Yes. It works.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/fix Bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants