mirror of https://github.com/milvus-io/milvus.git
The existing current_target_checkpoint_unix_seconds metric advances as soon as any single replica is ready per channel, which does not reflect the true minimum state of the cluster in multi-replica mode. Add a new metric current_target_all_replicas_checkpoint_unix_seconds that only updates when all replicas have at least one ready delegator for a given channel, correctly reflecting the cluster-wide minimum checkpoint state. issue: #48304 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cdc_metrics.go | ||
| cgo_metrics.go | ||
| datacoord_metrics.go | ||
| datacoord_metrics_test.go | ||
| datanode_metrics.go | ||
| datanode_metrics_test.go | ||
| grpc_stats_handler.go | ||
| info_metrics.go | ||
| logging_metrics.go | ||
| meta_metrics.go | ||
| metrics.go | ||
| metrics_test.go | ||
| msgstream_metrics.go | ||
| persistent_store_metrics.go | ||
| persistent_store_metrics_test.go | ||
| proxy_metrics.go | ||
| querycoord_metrics.go | ||
| querynode_metrics.go | ||
| restful_middleware.go | ||
| rootcoord_metrics.go | ||
| streaming_service_metrics.go | ||