cb_configure_thresholds
Configure circuit breaker thresholds using real-time traffic metrics—latency, error rate, and requests per second—to prevent service failures and maintain stability.
Instructions
Configure and tune circuit breaker thresholds based on traffic patterns (Pro)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| service_name | Yes | Name of the service | |
| avg_latency_ms | Yes | Average latency in milliseconds | |
| error_rate_percent | Yes | Current error rate percentage | |
| requests_per_second | Yes | Average requests per second |