network_delay
Inject network delay between services to simulate latency and test resilience. Specify target selector and namespace for precise fault injection.
Instructions
对服务与服务之间的网络连接注入延迟(支持 to);不按 HTTP path 匹配。若需按 path 精准注入,请使用 httpchaos_delay。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector_value | Yes | ||
| target_selector_value | Yes | ||
| selector_namespace | Yes | ||
| target_namespace | Yes | ||
| direction | No | to | |
| delay | No | 300ms | |
| duration | No | 30s | |
| jitter | No | 100ms |