|
2 | 2 |
|
3 | 3 | | Metric | Type | Description | |
4 | 4 | | :-------- | :--- | :---------- | |
| 5 | +| <span class="break-all">endpoint_accepted_connections</span> | counter | Number of incoming accepted client connections | |
5 | 6 | | endpoint_client_connections | counter | Number of client connection establishment events | |
6 | 7 | | endpoint_client_disconnections | counter | Number of client disconnections initiated by the client | |
7 | 8 | | <span class="break-all">endpoint_client_connection_expired</span> | counter | Total number of client connections with expired TTL (Time To Live) | |
8 | 9 | | <span class="break-all">endpoint_client_establishment_failures</span> | counter | Number of client connections that failed to establish properly | |
9 | 10 | | <span class="break-all">endpoint_client_expiration_refresh</span> | counter | Number of expiration time changes of clients | |
10 | 11 | | <span class="break-all">endpoint_client_tracking_off_requests</span> | counter | Total number of `CLIENT TRACKING OFF` requests | |
11 | 12 | | <span class="break-all">endpoint_client_tracking_on_requests</span> | counter | Total number of `CLIENT TRACKING ON` requests | |
| 13 | +| <span class="break-all">endpoint_connections_rate</span> | gauge | The rate of incoming connections. Computed as `n_accepted / N` for the last interval where `n_accepted` is the number of accepted connections in this interval, and `N` is the interval in seconds. | |
12 | 14 | | <span class="break-all">endpoint_disconnected_cba_client</span> | counter | Number of certificate-based clients disconnected | |
13 | 15 | | <span class="break-all">endpoint_disconnected_ldap_client</span> | counter | Number of LDAP clients disconnected | |
14 | 16 | | <span class="break-all">endpoint_disconnected_user_password_client</span> | counter | Number of user&password clients disconnected | |
| 17 | +| <span class="break-all">endpoint_dispatch_failures</span> | counter | Number of clients closed due to failure to be dispatched to workers | |
15 | 18 | | <span class="break-all">endpoint_disposed_commands_after_client_caching</span> | counter | Total number of client caching commands that were disposed due to misuse | |
16 | 19 | | endpoint_egress | counter | Number of egress bytes | |
17 | 20 | | endpoint_egress_pending | counter | Number of send-pending bytes | |
|
26 | 29 | | <span class="break-all">endpoint_other_requests_latency_histogram_bucket</span> | histogram | Latency histograms for commands other than read or write commands. Can be used to represent different latency percentiles.<br />p99.9 example:<br /><span class="break-all">`histogram_quantile(0.999, sum(rate(endpoint_other_requests_latency_histogram_bucket{cluster="$cluster", db="$db"}[$__rate_interval]) ) by (le, db))`</span> | |
27 | 30 | | endpoint_other_responses | counter | Number of other responses | |
28 | 31 | | endpoint_proxy_disconnections | counter | Number of client disconnections initiated by the proxy | |
| 32 | +| <span class="break-all">endpoint_rate_limit_ok</span> | gauge | Rate limit status based on the last 2 intervals.<br />0 = rate limit was recently exceeded<br />1 = rate limit was not recently exceeded | |
| 33 | +| <span class="break-all">endpoint_rate_limit_overflows</span> | counter | Total number of rate limit overflows | |
29 | 34 | | endpoint_read_requests | counter | Number of read requests | |
30 | 35 | | <span class="break-all">endpoint_read_requests_latency_histogram</span> | histogram | Latency (in µs) histogram of read commands | |
31 | 36 | | <span class="break-all">endpoint_read_requests_latency_histogram_bucket</span> | histogram | Latency histograms for read commands. Can be used to represent different latency percentiles.<br />p99.9 example:<br /><span class="break-all">`histogram_quantile(0.999, sum(rate(endpoint_read_requests_latency_histogram_bucket{cluster="$cluster", db="$db"}[$__rate_interval]) ) by (le, db))`</span> | |
|
37 | 42 | | <span class="break-all">endpoint_write_requests_latency_histogram</span> | histogram | Latency (in µs) histogram of write commands | |
38 | 43 | | <span class="break-all">endpoint_write_requests_latency_histogram_bucket</span> | histogram | Latency histograms for write commands. Can be used to represent different latency percentiles.<br />p99.9 example:<br /><span class="break-all">`histogram_quantile(0.999, sum(rate(endpoint_write_requests_latency_histogram_bucket{cluster="$cluster", db="$db"}[$__rate_interval]) ) by (le, db))`</span> | |
39 | 44 | | endpoint_write_responses | counter | Number of write responses | |
40 | | -| <span class="break-all">proxy_connections_rate</span> | gauge | The rate of incoming connections. Computed as `n_accepted / N` for the last interval where `n_accepted` is the number of accepted connections in this interval, and `N` is the interval in seconds. | |
41 | | -| <span class="break-all">proxy_rate_limit_ok</span> | gauge | Rate limit status based on the last 2 intervals.<br />0 = rate limit was recently exceeded<br />1 = rate limit was not recently exceeded | |
42 | | -| <span class="break-all">proxy_rate_limit_overflows</span> | counter | Total number of rate limit overflows | |
43 | 45 |
|
44 | 46 | ## Node metrics |
45 | 47 |
|
|
0 commit comments