kube_clusterSourceKubeClusterStandardVictoriaMetricsGroup

class Group

A named group of rules. rule/alert build and collect the leaves; the block is instance_eval'd so those helpers read like keywords.

Group.new("node.rules") { rule "node:node_num_cpu:sum" do <<~PROMQL count by (cluster, node) (...) PROMQL end }