Skip to content

feat: support aggregate health check l4 flow log #9471

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lzf575
Copy link
Contributor

@lzf575 lzf575 commented Apr 11, 2025

This PR is for:

  • Server

@lzf575 lzf575 requested review from sharang and rvql April 11, 2025 09:55
@lzf575
Copy link
Contributor Author

lzf575 commented Apr 11, 2025

image

@lzf575 lzf575 force-pushed the feature-aggr-hb-flow branch 2 times, most recently from 5a192c5 to 8da8347 Compare April 14, 2025 02:24
@lzf575 lzf575 force-pushed the feature-aggr-hb-flow branch 3 times, most recently from a2e2e87 to 663874f Compare April 14, 2025 06:22
fn encode(self, buf: &mut Vec<u8>) -> Result<usize, prost::EncodeError> {
let pb_tagged_flow = flow_log::TaggedFlow {
flow: Some(self.0.flow.into()),
flow: Some(self.0.borrow().flow.clone().into()),
Copy link
Contributor

Choose a reason for hiding this comment

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

是否能去掉 clone?

@lzf575 lzf575 force-pushed the feature-aggr-hb-flow branch from 663874f to 2bf1014 Compare April 14, 2025 07:38
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.

2 participants