我在寫一個Restful web api。我正在使用prometheus來監視我的api。例如,這是我如何保持總請求和失敗請求的計數。 static final Counter requests = Counter.build()
.name("requests_total").help("Total requests.").register();
static final Coun
我的警報配置如下。 ALERT PoDHighCPUUsage
IF sum(rate(container_cpu_usage_seconds_total{container_label_io_kubernetes_pod_namespace!=""}[2m])) BY (kubernetes_pod_name, kubernetes_io_hostname, container_lab