Prometheus Deep Dive - Monitoring. At scale.
a growing list of projects and products, e.g. Cortex On storage level, there are object storage backends for Prometheus, e.g. Thanos Remote API can now send WAL over the wire to fill gaps in data There0 码力 | 34 页 | 370.20 KB | 1 年前3PromQL 从入门到精通
promql method_code:http_errors:rate5m{code="500"} / ignoring(code) method:http_requests:rate5m ## result {method="get"} 0.04 // 24 / 600 {method="post"} 0.05 // 6 / 120 group_left promql method_code:http_errors:rate5m / ignoring(code) group_left method:http_requests:rate5m ## result {method="get", code="500"} 0.04 // 24 / 600 {method="get", code="404"} 0.050 码力 | 16 页 | 2.77 MB | 1 年前3
共 2 条
- 1