Expand description
Datacenter deployment optimizations — cluster node management, object store sharding, replication factor control, health monitoring, Prometheus-style metrics, and connection pooling configuration.
These features enable Lit to operate in distributed datacenter environments with high availability, fault tolerance, and observability requirements.
Structs§
- Cluster
Config - Cluster-level configuration
- Cluster
Node - A registered datacenter cluster node
- Metric
- Prometheus-style metric representation
- Node
Capacity - Capacity and utilization metrics for a node
Enums§
- Health
Status - Health status of a node
- Node
Role - Role a node plays in the cluster
- Replication
Mode - Replication mode
- Shard
Strategy - Sharding strategy for distributing objects across nodes
Functions§
- execute_
configure - Configure cluster-level settings
- execute_
health - Run health checks on all registered nodes
- execute_
metrics - Collect and return Prometheus-style metrics
- execute_
register_ node - Register a new cluster node
- execute_
remove_ node - Remove a node from the cluster (drain first recommended)
- execute_
status - Show cluster status — nodes, shard distribution, config