docs icon indicating copy to clipboard operation
docs copied to clipboard

pd_cluster_status doesn't have the instance filter

Open choudharypankaj opened this issue 1 year ago • 1 comments

File: /release-8.1/alert-rules.md

PD_cluster_down_store_nums Alert rule:

(sum(pd_cluster_status{type="store_down_count"}) by (instance) > 0) and (sum(etcd_server_is_leader) by (instance) > 0)

The pd_cluster_status only have the following filters:

pd_cluster_status{instance="", job="pd", type=""}

Modify the document to update the metrics


choudharypankaj avatar Jun 20 '24 20:06 choudharypankaj

@lhy1024 Could you please take a look at this issue?

Oreoxmt avatar Jun 21 '24 00:06 Oreoxmt