You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[**breaking**] Use slog and add event type to error counter - ([e9d51a2](https://github.com/postfinance/kubenurse/commit/e9d51a2f781eaa2cb7e415fd175d158fdd681bb3))
8
+
9
+
### 🐛 Bug Fixes
10
+
11
+
-*(ci)* Change kubenurse startup string in test condition - ([bd91d7d](https://github.com/postfinance/kubenurse/commit/bd91d7da68b3408d70dfe846562557396b4522c4))
12
+
-*(ci)* Update metric name for sanity check - ([c3e7287](https://github.com/postfinance/kubenurse/commit/c3e72874e509cff3fa72381d8aa882878ef32385))
| ~~`kubenurse request duration`~~ | `type` | (deprecated since v1.13.0) latency histogram for request duration, replaced with the metric below. |
304
+
| `kubenurse httpclient request duration seconds` | `type` | latency histogram for request duration, partitioned by request type |
305
+
| `kubenurse httpclient trace request duration seconds` | `type, event` | latency histogram for httpclient _trace_ metric instrumentation, partitioned by request type and httptrace connection events |
306
+
| `kubenurse httpclient requests total` | `type, code, method` | counter for the total number of http requests, partitioned by HTTP code, method, and request type |
307
+
| `kubenurse errors total` | `type, event` | error counter, partitioned by httptrace event and request type |
308
+
| `kubenurse neighbourhood incoming checks` | n\a | gauge which reports how many unique neighbours have queried the current pod in the last minute |
309
+
310
+
For metrics partitioned with a `type` label, it is possible to precisely know
311
+
which request type increased an error counter, or to compare the latencies of
312
+
multiple request types, for example compare how your service and ingress
313
+
latencies differ.
314
+
315
+
Some `event` labels include `dns_start`, `got_conn`, `tls_handshake_done`, and
0 commit comments