From 1212c6021fce1db879e16f62c24b9e030686649b Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Wed, 16 Apr 2025 17:14:25 +0200 Subject: [PATCH] Describe new backend client metrics. --- docs/prometheus-metrics.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/prometheus-metrics.md b/docs/prometheus-metrics.md index 70d6ef9..b8c5257 100644 --- a/docs/prometheus-metrics.md +++ b/docs/prometheus-metrics.md @@ -52,3 +52,6 @@ The following metrics are available: | `signaling_http_client_pool_connections` | Gauge | 1.2.4 | The current number of HTTP client connections per host | `host` | | `signaling_throttle_delayed_total` | Counter | 1.2.5 | The total number of delayed requests | `action`, `delay` | | `signaling_throttle_bruteforce_total` | Counter | 1.2.5 | The total number of rejected bruteforce requests | `action` | +| `signaling_backend_client_requests_total` | Counter | 2.0.3 | The total number of backend client requests | `backend` | +| `signaling_backend_client_requests_duration` | Histogram | 2.0.3 | The duration of backend client requests in seconds | `backend` | +| `signaling_backend_client_requests_errors_total` | Counter | 2.0.3 | The total number of backend client requests that had an error | `backend`, `error` |