[Feature Request] Show active queue length on localhost:4200/_plugin/crate-admin/#/nodes
Open
complexity: no estimate
feature
feature: monitoring
- Dominant language
- JavaScript
- Stars
- 27
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
**Feature description**:
"select thread_pools[15] from sys.nodes" return:
{"largest":24,"rejected":49278,"name":"bulk","active":5300,"threads":24,"completed":5879392,"queue":18}
"select network['tcp']['connections']['curr_established'] from sys.nodes" return:
1547
I think "rejected", "active", "curr_established" are very important health indicators for CrateDB,
so we should display them on "CLUSTER" tab page in the admin console.
Contributor guide
Assessment
This issue has not been assessed yet.