-
Notifications
You must be signed in to change notification settings - Fork 732
Open
Description
Summary
PoolSnapshot currently exposes only a small set of fields:
stateidleCountlastError
This is not enough for debugging or operating a sandbox pool.
Proposal
Please expose a richer pool status API, either by expanding PoolSnapshot or adding a new model such as PoolStatus.
Useful fields would include:
maxIdleborrowedCount- running / stopped state
- primary / owner information in distributed mode
- state-store counters
- remote sandbox count
- richer reconcile / degraded diagnostics
A more complete status view would make pool behavior much easier to understand during acquire, warmup, failover, shutdown, and restart scenarios.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels