-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement]: Management WebUI for enhanced Milvus observability. #36621
Comments
issue: #36621 1. Add API to access task runtime metrics, including: - build index task - compaction task - import task - balance (including load/release of segments/channels and some leader tasks on querycoord) - sync task 2. Add a debug model to the webpage by using debug=true or debug=false in the URL query parameters to enable or disable debug mode. Signed-off-by: jaime <yun.zhang@zilliz.com>
issue: #36621 Signed-off-by: jaime <yun.zhang@zilliz.com>
issue: ##36621 - For simple types in a struct, add "string" to the JSON tag for automatic string conversion during JSON encoding. - For complex types in a struct, replace "int64" with "string." Signed-off-by: jaime <yun.zhang@zilliz.com>
issue: milvus-io#36621 Signed-off-by: mimo.oyn <ning.ouyang@zilliz.com>
issue: #36621 * The front-end code of the management interface has been refactored using React. * The interaction and display of the front-end interface have been optimized. Signed-off-by: mimo.oyn <ning.ouyang@zilliz.com> Co-authored-by: zilliz <zilliz@zillizdeMacBook-Pro.local>
issue: #36621 * update webui top nav * remove the unnecessary code in .gitignore file Signed-off-by: mimo.oyn <ning.ouyang@zilliz.com>
) issue: #36621 Signed-off-by: jaime <yun.zhang@zilliz.com>
issue: #36621 Signed-off-by: jaime <yun.zhang@zilliz.com>
issue: milvus-io#36621 Signed-off-by: mimo.oyn <ning.ouyang@zilliz.com>
issue: #36621 - fixed the base api url in webui Signed-off-by: mimo.oyn <ning.ouyang@zilliz.com>
issue: milvus-io#36621 Signed-off-by: mimo.oyn <ning.ouyang@zilliz.com>
issue: milvus-io#36621 Signed-off-by: mimo.oyn <ning.ouyang@zilliz.com>
Signed-off-by: mimo.oyn <ning.ouyang@zilliz.com>
Signed-off-by: mimo.oyn <ning.ouyang@zilliz.com>
issue: #36621 * enhance collection detail page list columns * enhance query page segments state detail logic Signed-off-by: mimo.oyn <ning.ouyang@zilliz.com>
However, I tried http://localhost:9091/webui/ but got 404... My services under docker container were all running well,I have refered to the official document, but no useful things were found Is there anyone who can tell me how to use webui? many thanks |
|
@xiaofan-luan Yes, that's true. It would be better to give a description of the official documentation 🙏🏻 |
issue: #36621 * update collection detail page logic * fix data page segments list * remove useless js file
issue: #36621 Signed-off-by: jaime <yun.zhang@zilliz.com>
issue: milvus-io#36621 Signed-off-by: mimo.oyn <ning.ouyang@zilliz.com>
Is there an existing issue for this?
What would you like to be added?
Goal
Simplify Milvus operations.
Value
Enhance system observability for quicker issue resolution.
Tools Comparison
Demo
Access the local standalone Milvus web UI by address: http://localhost:9091/webui/
Screen.Recording.2024-09-30.at.17.24.28.mov
TODO:
Cluster Metrics
Server Metrics
Database Metrics
Collection Metrics
Replica Metrics
Resource group metrics
Channel Metrics
Task Metrics
DevOps
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: