ElixirScope.Distributed.NodeCoordinator (elixir_scope v0.0.1)
Coordinates ElixirScope tracing across multiple BEAM nodes.
Handles:
- Node discovery and registration
- Event synchronization across nodes
- Distributed correlation ID management
- Network partition handling
- Cross-node query coordination
Summary
Functions
Returns a specification to start this module under a supervisor.
Queries events across all nodes in the cluster.
Gets all nodes currently in the cluster.
Registers a new node with the cluster.
Sets up ElixirScope cluster with the given nodes.
Starts the NodeCoordinator for the local node.
Synchronizes events across all cluster nodes.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Queries events across all nodes in the cluster.
Gets all nodes currently in the cluster.
Registers a new node with the cluster.
Sets up ElixirScope cluster with the given nodes.
Starts the NodeCoordinator for the local node.
Synchronizes events across all cluster nodes.