Skip to content

Configurations

Felix Bole edited this page Mar 20, 2025 · 1 revision

Configurations

NodeConfig

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: local or remote.
    • monitoringHost: URL for monitoring.

ChainConfig

A collection of NodeConfig objects representing a chain.

  • Purpose: Defines the structure of a processing chain.
  • Format: Array of NodeConfig objects.
  • Usage: Passed to NodeSupervisor for chain deployment.

Monitoring Host Setup

Configures monitoring hosts for tracking chain and node statuses.

  • Purpose: Connects nodes to a monitoring endpoint.
  • Setup: Set monitoringHost in NodeConfig.
  • Used By: MonitoringAgent.

Payload Examples

see payload example
see payload parallel example

Clone this wiki locally