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: content/integrate/prometheus-with-redis-enterprise/prometheus-metrics-definitions.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,14 @@ The v2 metrics in the following tables are available as of Redis Enterprise Soft
144
144
| <spanclass="break-all">`witness_disk_reads{status=” success/failure”, cluster_wd=<node_uid>}`</span> | counter | How many times read from the witness disk |
145
145
| <spanclass="break-all">`witness_disk_writes{status=”success/failure”, cluster_wd=<node_uid>}`</span> | counter | How many times wrote to the witness disk |
146
146
147
+
## Latency histogram metrics
148
+
149
+
| V2 metric | Description |
150
+
| :-------- | :---------- |
151
+
| <spanclass="break-all">`endpoint_other_requests_latency_histogram_bucket{cluster="$cluster", bdb="$bdb"}`</span> | Latency histograms for commands other than read or write commands |
152
+
| <spanclass="break-all">`endpoint_read_requests_latency_histogram_bucket{cluster="$cluster", bdb="$bdb"}`</span> | Latency histograms for read commands |
153
+
| <spanclass="break-all">`endpoint_write_requests_latency_histogram_bucket{cluster="$cluster", bdb="$bdb"}`</span> | Latency histograms for write commands |
0 commit comments