-
Notifications
You must be signed in to change notification settings - Fork 419
Closed
Labels
C-enhancementCategory EnhancementsCategory Enhancements
Description
What type of enhancement is this?
User experience
What does the enhancement do?
Currently, the information_schema.cluster_info
table provides limited details about cluster peers. To improve observability and debugging, we propose adding more peer-related information.
Enhancements:
- Metasrv
- Indicate current leader.
- Datanode
- Report workloads configuration
- Provide resource information (e.g., memory, CPU if available).
- Num of Leader/Follower regions
- Flownode
- Provide resource information
- Num of flow Job
- Frontend
- Provide resource information
TODO
- Add
cpus
andmemory_bytes
fields to cluster_info table. - Add
status
field tocluster
table to display extension information of peer
Metadata
Metadata
Assignees
Labels
C-enhancementCategory EnhancementsCategory Enhancements