Skip to content

Commit 53e710d

Browse files
DOC-4819 Update metrics.adoc (#191)
* DOC-4819 Update metrics.adoc * Update modules/ROOT/pages/metrics.adoc Co-authored-by: brian-f <[email protected]> * Update modules/ROOT/pages/metrics.adoc Co-authored-by: brian-f <[email protected]> --------- Co-authored-by: brian-f <[email protected]>
1 parent b16dedf commit 53e710d

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

modules/ROOT/pages/metrics.adoc

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,20 @@ This is configured by the {zdm-automation} through the variable `primary_cluster
5151
** 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.
5252
** Number of cached prepared statements.
5353

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`.
5960
*** `failed_on=origin`: the write request failed on Origin ONLY.
6061
*** `failed_on=target`: the write request failed on Target ONLY.
6162
*** `failed_on=both`: the write request failed on BOTH clusters.
6263

6364
* 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.
6668

6769
To see error metrics by error type, see the node-level error metrics on the next section.
6870

0 commit comments

Comments
 (0)