crate / crate/crate-admin

[Feature Request] Show active queue length on localhost:4200/_plugin/crate-admin/#/nodes

Open
#324 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.