HOWTO: Configure the DR Decision Service¶
The HybridOps DR decision service evaluates real-time probe signals and federated Prometheus metrics to produce a structured failover recommendation — not a binary alarm, but a reasoned decision record. This HOWTO covers configuring the decision service: defining the signal sources, setting evaluation thresholds, configuring the emitted decision record, and integrating that record into the runner-driven failover path. The decision service is the automation layer between "something is wrong" and "here is the recommended action."
What this covers:
- Signal source configuration: Prometheus federation endpoints, probe results, and health check feeds
- Threshold and evaluation rule authoring: weighted signal aggregation and confidence scoring
- Recommendation output integration with the failover module trigger and manual gate workflow