Supported QoS Services
DO NOT EDIT
This file was auto-generated via make gen_service_qos_docs.
Configuring PATH QoS Checks
PATH uses an opt-out rather than an opt-in approach to QoS checks.
This means that PATH automatically performs QoS checks for all services the applications it manages are staked for.
Disable QoS Checks for a particular Service
In order to disable QoS checks for a specific service, the service_id field may be specified in the .config.yaml file's qos_disabled_service_ids field.
For example, to disable QoS checks for the Ethereum service on a Shannon PATH instance, the following configuration would be added to the .config.yaml file:
hydrator_config:
qos_disabled_service_ids:
- "eth"
See PATH Configuration File for more details.