-
Notifications
You must be signed in to change notification settings - Fork 3
Configurations
Felix Bole edited this page Mar 20, 2025
·
1 revision
Defines the configuration for a single node.
- Purpose: Specifies node properties and behavior.
-
Key Properties:
-
services: Array of service IDs or configs. -
chainId: Chain identifier. -
location:localorremote. -
monitoringHost: URL for monitoring.
-
A collection of NodeConfig objects representing a chain.
- Purpose: Defines the structure of a processing chain.
-
Format: Array of
NodeConfigobjects. -
Usage: Passed to
NodeSupervisorfor chain deployment.
Configures monitoring hosts for tracking chain and node statuses.
- Purpose: Connects nodes to a monitoring endpoint.
-
Setup: Set
monitoringHostinNodeConfig. -
Used By:
MonitoringAgent.