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
Copy file name to clipboardExpand all lines: docs/prometheus-metrics.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,3 +52,6 @@ The following metrics are available:
52
52
|`signaling_http_client_pool_connections`| Gauge | 1.2.4 | The current number of HTTP client connections per host |`host`|
53
53
|`signaling_throttle_delayed_total`| Counter | 1.2.5 | The total number of delayed requests |`action`, `delay`|
54
54
|`signaling_throttle_bruteforce_total`| Counter | 1.2.5 | The total number of rejected bruteforce requests |`action`|
55
+
|`signaling_backend_client_requests_total`| Counter | 2.0.3 | The total number of backend client requests |`backend`|
56
+
|`signaling_backend_client_requests_duration`| Histogram | 2.0.3 | The duration of backend client requests in seconds |`backend`|
57
+
|`signaling_backend_client_requests_errors_total`| Counter | 2.0.3 | The total number of backend client requests that had an error |`backend`, `error`|
0 commit comments