Skip to content

feat: add circuit breaker observability methods (#1176)#115

Merged
saurabhjain1592 merged 3 commits intomainfrom
feat/circuit-breaker-observability
Mar 16, 2026
Merged

feat: add circuit breaker observability methods (#1176)#115
saurabhjain1592 merged 3 commits intomainfrom
feat/circuit-breaker-observability

Conversation

@saurabhjain1592
Copy link
Member

Summary

  • New SDK methods: getCircuitBreakerStatus, getCircuitBreakerHistory, getCircuitBreakerConfig, updateCircuitBreakerConfig
  • New types for circuit breaker status, history, config responses
  • These hit the Agent endpoint for circuit breaker observability

Test plan

  • Unit tests pass
  • E2E tested against live enterprise Docker (10/10 steps pass)

New SDK methods: getCircuitBreakerStatus, getCircuitBreakerHistory,
getCircuitBreakerConfig, updateCircuitBreakerConfig.
Backend returns {tenant_id, message} not full CircuitBreakerConfig.
Added CircuitBreakerConfigUpdateResponse type. URL-encode tenantId
in getCircuitBreakerConfig query parameter.
@saurabhjain1592 saurabhjain1592 force-pushed the feat/circuit-breaker-observability branch from 2a632db to 9ee7aba Compare March 16, 2026 18:38
@saurabhjain1592 saurabhjain1592 merged commit dccdf5b into main Mar 16, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant