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: modules/ROOT/pages/metrics.adoc
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,18 +51,20 @@ This is configured by the {zdm-automation} through the variable `primary_cluster
51
51
** Cache Misses: meaning, a prepared statement was sent to the {zdm-proxy}, but it wasn't on its cache, so the proxy returned an `UNPREPARED` response to make the driver send the `PREPARE` request again.
52
52
** Number of cached prepared statements.
53
53
54
-
* Request Failure Rates: number of request failures per interval.
55
-
You can set the interval via the `Error Rate interval` dashboard variable at the top.
56
-
** Read Failure Rate: one `cluster` label with two settings: `origin` and `target`.
57
-
The label that contains data depends on which cluster is currently considered the primary (same as the latency and throughput metrics explained above).
58
-
** Write Failure Rate: one `failed_on` label with three settings: `origin`, `target` and `both`.
54
+
* Request Failure Rates: the number of request failures per interval.
55
+
You can set the interval in the `Error Rate interval` dashboard variable at the top.
56
+
** Connect Failure Rate: one `cluster` label with two settings, `origin` and `target`, which represent the cluster to which the connection attempt failed.
57
+
** Read Failure Rate: one `cluster` label with two settings, `origin` and `target`.
58
+
The label that contains data depends on which cluster is currently considered the primary, the same as the latency and throughput metrics explained above.
59
+
** Write Failure Rate: one `failed_on` label with three settings, `origin`, `target`, and `both`.
59
60
*** `failed_on=origin`: the write request failed on Origin ONLY.
60
61
*** `failed_on=target`: the write request failed on Target ONLY.
61
62
*** `failed_on=both`: the write request failed on BOTH clusters.
62
63
63
64
* Request Failure Counters: Number of total request failures (resets when the {zdm-proxy} instance is restarted)
64
-
** Read Failure Counters: same labels as read failure rate.
65
-
** Write Failure Counters: same labels as write failure rate.
65
+
** Connect Failure Counters: the same labels as the connect failure rate.
66
+
** Read Failure Counters: the same labels as the read failure rate.
67
+
** Write Failure Counters: the same labels as the write failure rate.
66
68
67
69
To see error metrics by error type, see the node-level error metrics on the next section.
0 commit comments