-
Notifications
You must be signed in to change notification settings - Fork 369
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
Support simple ping mesh in agent. #6120
Support simple ping mesh in agent. #6120
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
I0408 19:16:11.801016 1 monitor.go:249] "Connection status" Connection={"FromIP":"10.244.2.1","ToIP":"10.244.0.1","Latency":0,"Status":false,"LastUpdated":"2024-04-08T19:16:11.800804713Z","CreatedAt":"0001-01-01T00:00:00Z"}
I0408 19:16:11.801040 1 monitor.go:249] "Connection status" Connection={"FromIP":"10.244.2.1","ToIP":"10.244.2.1","Latency":97881,"Status":true,"LastUpdated":"2024-04-08T19:16:11.80070513Z","CreatedAt":"0001-01-01T00:00:00Z"}
I0408 19:16:11.801057 1 monitor.go:249] "Connection status" Connection={"FromIP":"10.244.2.1","ToIP":"10.244.1.1","Latency":0,"Status":false,"LastUpdated":"2024-04-08T19:16:11.800928351Z","CreatedAt":"0001-01-01T00:00:00Z"} |
310d69b
to
b866203
Compare
I will update my code later. |
This comment was marked as spam.
This comment was marked as spam.
f6c7714
to
6915393
Compare
Hi @antoninbas , do you know why the codecov bot is not running for this PR? @IRONICBo was asking about the codecov requirements for merging a PR |
I don't think there has been a successful CI run yet? |
cea5be0
to
3c1cfef
Compare
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.
LGTM
@IRONICBo thanks for your contribution and for bearing with us through all these rounds of reviews. Please open your follow up PR with the reporting changes once this is merged.
Thanks for your careful review, and I will subsequently open follow-ups subsequent PRs for monitor tool. |
Signed-off-by: IRONICBo <[email protected]>
Signed-off-by: IRONICBo <[email protected]>
Signed-off-by: IRONICBo <[email protected]>
Signed-off-by: IRONICBo <[email protected]>
Signed-off-by: IRONICBo <[email protected]>
Signed-off-by: IRONICBo <[email protected]>
Signed-off-by: IRONICBo <[email protected]>
Signed-off-by: IRONICBo <[email protected]>
Signed-off-by: IRONICBo <[email protected]>
Signed-off-by: IRONICBo <[email protected]>
Signed-off-by: IRONICBo <[email protected]>
Signed-off-by: Asklv <[email protected]>
Signed-off-by: Asklv <[email protected]>
Signed-off-by: Asklv <[email protected]>
Signed-off-by: Asklv <[email protected]>
Signed-off-by: Asklv <[email protected]>
Signed-off-by: Asklv <[email protected]>
Signed-off-by: Asklv <[email protected]>
03dc802
to
8b02463
Compare
/test-all |
Follow up to #6120 See #5514 Signed-off-by: Asklv <[email protected]>
We need to implement a simple ping-mesh monitoring tool to get nodes connectivity latency.
Design doc(TODO): https://docs.google.com/document/d/1EdKJ8iQ3KwVBQAHaPisqHP7cgpq4RW8mD9KPWtYETbE
Issue: #5514