如果我有两个指标:
kube_pod_container_status_restarts_total {..., pod="my_pod_name_42", ...}
和
container_memory_usage_bytes {..., pod_name="my_pod_name_42", cluster_name="megatron", ...}
我想为重启指标设置警报,但包含cluster_name
标签。我可以以某种方式汇总来自不同指标的标签值吗?
例如警报:
increase(kube_pod_container_status_restarts_total{namespace="42"}[1h])>4
需要以某种方式在megatron
此处添加 ^,以便警报管理器在发送通知时能够使用此标签