There are some charts in Grafana-Dashboard that have no data for prometheus metrics #41168
Replies: 3 comments 4 replies
-
All available metrics are listed here: https://milvus.io/docs/metrics_dashboard.md#Milvus-Metrics-Dashboard |
Beta Was this translation helpful? Give feedback.
1 reply
-
@welyss Could you provide the version of your milvus cluster? We only add this metrics for milvus version 2.4 and above. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@welyss Only when a slow search/query is recorded, the metrics will show up. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
For example the chart "Slow Query" in Service Quality:


increase(milvus_proxy_slow_query_count{app_kubernetes_io_instance=~"$instance", app_kubernetes_io_name="$app_name", namespace="$namespace"}[1m])
there is no milvus_proxy_slow_query_count metric in prometheus, my targets of prometheus include 6 pod monitor and 1 servicemonitor, am i missing some monitor setup?
Beta Was this translation helpful? Give feedback.
All reactions