Skip to content

Commit 415a98e

Browse files
committed
DOC-4294 Add latency histogram metrics to v2 Prometheus metrics
1 parent 7621707 commit 415a98e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/integrate/prometheus-with-redis-enterprise/prometheus-metrics-definitions.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,14 @@ The v2 metrics in the following tables are available as of Redis Enterprise Soft
144144
| <span class="break-all">`witness_disk_reads{status=” success/failure”, cluster_wd=<node_uid>}`</span> | counter | How many times read from the witness disk |
145145
| <span class="break-all">`witness_disk_writes{status=”success/failure”, cluster_wd=<node_uid>}`</span> | counter | How many times wrote to the witness disk |
146146

147+
## Latency histogram metrics
148+
149+
| V2 metric | Description |
150+
| :-------- | :---------- |
151+
| <span class="break-all">`endpoint_other_requests_latency_histogram_bucket{cluster="$cluster", bdb="$bdb"}`</span> | Latency histograms for commands other than read or write commands |
152+
| <span class="break-all">`endpoint_read_requests_latency_histogram_bucket{cluster="$cluster", bdb="$bdb"}`</span> | Latency histograms for read commands |
153+
| <span class="break-all">`endpoint_write_requests_latency_histogram_bucket{cluster="$cluster", bdb="$bdb"}`</span> | Latency histograms for write commands |
154+
147155
## Proxy metrics
148156

149157
| V2 metric | Description |

0 commit comments

Comments
 (0)