Prometheus Deep Dive - Monitoring. At scale.
Deep Dive Introduction Intro 2.0 to 2.2.1 2.4 - 2.6 Beyond Outro Three main features Storage backend Caveat: Prometheus 2.0 comes with storage v3 Staleness handling Remote read & write API is now0 码力 | 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