From 4821548d8f8f45af34b795fe4a117ea2bbaa47e4 Mon Sep 17 00:00:00 2001 From: AnthonyTsu1984 <115786031+AnthonyTsu1984@users.noreply.github.com> Date: Sun, 29 Dec 2024 09:55:38 +0800 Subject: [PATCH] Update milvus-webui.md --- site/en/userGuide/tools/milvus-webui.md | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/site/en/userGuide/tools/milvus-webui.md b/site/en/userGuide/tools/milvus-webui.md index c95d5bc3e..f6ffb8fea 100644 --- a/site/en/userGuide/tools/milvus-webui.md +++ b/site/en/userGuide/tools/milvus-webui.md @@ -25,7 +25,7 @@ The following table compares the features of Milvus Web UI and Birdwatcher/Attu: You can access Milvus Web UI using the following URL: ``` -http://localhost:9091/webui +http://${MILVUS_PROXY_IP}:9091/webui ``` ## Features @@ -100,28 +100,8 @@ On the Collections page, you can view the list of databases and collections curr - **Segments**: View the list of segments and their details, including the segment ID, corresponding collection, state, size, etc. - In the **From** column, you can find the source of the segment. Possible sources indicators are as follows: - - - **QN**: Query node - - - **CT**: Current target in QueryCoord - - - **NT**: Next target in QueryCoord - - - **DIST**: Distribution in QueryCoord - - **Channels**: View the list of channels and their details, including the channel name, corresponding collections, etc. - In the **From** column, you can find the source of the segment. Possible sources indicators are as follows: - - - **QN**: Query node - - - **CT**: Current target in QueryCoord - - - **NT**: Next target in QueryCoord - - - **DIST**: Distribution in QueryCoord - - **Replicas**: View the list of replicas and their details, including the replica ID, corresponding collection, etc. - **Resource groups**: View the list of resource groups and their details, including the resource group name, number of query nodes in the group, and its configurations, etc. @@ -166,4 +146,4 @@ On the Collections page, you can view the list of databases and collections curr - **pprof**: Access the pprof tool for profiling and debugging Milvus. -- **Milvus data visualization tool**: Access the Milvus data visualization tool for visualizing the data in Milvus. \ No newline at end of file +- **Milvus data visualization tool**: Access the Milvus data visualization tool for visualizing the data in Milvus.