Missing milvus_querynode_partition_num metric from querynodes #40624
Answered
by
bigsheeper
jubingc
asked this question in
Q&A and General discussion
-
Hi, I am referencing https://milvus.io/docs/metrics_dashboard.md and looking at metric curl http://localhost:9091/metrics | grep milvus_querynode_partition_num while thousands of legit metrics are returned from the same endpoint. curl http://localhost:9091/metrics | wc -l Is this metric still supported in the latest versions? It seems this metric exists until recent releases. |
Beta Was this translation helpful? Give feedback.
Answered by
bigsheeper
Mar 20, 2025
Replies: 1 comment 2 replies
-
@czs007 could you help to point this out? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jubingc querynode's num_partition metric has been removed (#38350) because this metric on doesn't hold much significance; you can refer to the QueryCoord's num_partition metric instead. Thank you for your feedback; we will update the documentation accordingly.