Skip to content

Implement MonitoringServer with gRPC support and send_container_list from NodeAgent to MonitoringServer#134

Merged
youngtaekiim merged 3 commits into
eclipse-pullpiri:refactoringfrom
daeyoung-jeong-lge:refactoring
Jul 21, 2025
Merged

Implement MonitoringServer with gRPC support and send_container_list from NodeAgent to MonitoringServer#134
youngtaekiim merged 3 commits into
eclipse-pullpiri:refactoringfrom
daeyoung-jeong-lge:refactoring

Conversation

@daeyoung-jeong-lge
Copy link
Copy Markdown
Contributor

url : #133

  • Add monitoringserver with asynchronous operation ready.
  • Add NodeAgentSender struct for gRPC communication.
  • Implement trigger_action method to send an Action to the StateManager via gRPC.
  • Implement send_container_list method to send a ContainerList to the MonitoringServer via gRPC.

…from NodeAgent to MonitoringServer

- Add monitoringserver with asynchronous operation ready.
- Add NodeAgentSender struct for gRPC communication.
- Implement trigger_action method to send an Action to the StateManager via gRPC.
- Implement send_container_list method to send a ContainerList to the MonitoringServer via gRPC.
Comment thread src/server/monitoringserver/Cargo.toml Outdated
Comment thread src/agent/nodeagent/src/grpc/sender.rs Outdated
Comment thread src/server/monitoringserver/src/main.rs Outdated
Comment thread src/server/monitoringserver/src/manager.rs Outdated
Comment thread src/server/monitoringserver/src/manager.rs Outdated
- Change process_grpc_requests() for lock to be released before println!()
@youngtaekiim youngtaekiim merged commit f961d08 into eclipse-pullpiri:refactoring Jul 21, 2025
5 of 6 checks passed
@youngtaekiim youngtaekiim self-assigned this Jul 21, 2025
@youngtaekiim youngtaekiim linked an issue Aug 8, 2025 that may be closed by this pull request
chaehee-lim pushed a commit to chaehee-lim/pullpiri that referenced this pull request Sep 3, 2025
chaehee-lim pushed a commit to chaehee-lim/pullpiri that referenced this pull request Sep 3, 2025
- Change process_grpc_requests() for lock to be released before println!()
chaehee-lim pushed a commit to chaehee-lim/pullpiri that referenced this pull request Sep 3, 2025
…ring

Implement MonitoringServer with gRPC support and send_container_list from NodeAgent to MonitoringServer
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.

[TASK] Implement of monitoringserver

2 participants