Overview of Sentinel Transport module
1.8The sentinel-transport module defines the core interfaces for communication between Sentinel monitoring components. It provides the abstractions necessary for a Sentinel monitoring API server and client to interact.
Key abstractions include:
CommandCenter: The interface for the monitoring API server.HeartbeatSender: The interface for sending heartbeat signals from clients.
The module includes various implementations of these interfaces using different protocols and libraries to facilitate monitoring and control in microservice environments.