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
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,6 @@ You can [integrate Redis Enterprise Software with Prometheus and Grafana]({{<rel
17
17
18
18
The v2 metrics in the following tables are available as of Redis Enterprise Software version 7.8.0. For help transitioning from v1 metrics to v2 PromQL, see [Prometheus v1 metrics and equivalent v2 PromQL]({{<relref "/integrate/prometheus-with-redis-enterprise/prometheus-metrics-v1-to-v2">}}).
19
19
20
-
## Database metrics
21
-
22
-
TBA
23
-
24
20
## Node metrics
25
21
26
22
| V2 metric | Description |
@@ -52,16 +48,13 @@ TBA
52
48
53
49
| V2 metric | Type | Description |
54
50
| :-------- | :--- | :---------- |
55
-
| <spanclass="break-all">azure_token_ttl{cluster_wd=<node_uid>}</span> | gauge| How many seconds left or the timestamp when the token is invalid.|
56
51
| <spanclass="break-all">generation{cluster_wd=<node_uid>}</span> | gauge| Generation number of the specific cluster_wd|
| <spanclass="break-all">total_live_nodes_count{cluster_wd=<node_uid>}</span> | gauge| Number of live nodes|
60
55
| <spanclass="break-all">total_node_count{cluster_wd=<node_uid>}</span> | gauge| Number of nodes |
61
56
| <spanclass="break-all">total_primary_selection_ended{cluster_wd=<node_uid>}</span> | counter | Monotonic counter for each selection process that ended |
62
57
| <spanclass="break-all">total_primary_selections{cluster_wd=<node_uid>}</span> | counter | Monotonic counter for each selection process that started|
63
-
| <spanclass="break-all">witness_disk_reads{status=” success/failure”, cluster_wd=<node_uid>}</span> | counter | How many times read from the witness disk |
64
-
| <spanclass="break-all">witness_disk_writes{status=”success/failure”, cluster_wd=<node_uid>}</span> | counter | How many times wrote to the witness disk |
65
58
66
59
## Latency histogram metrics
67
60
@@ -71,10 +64,6 @@ TBA
71
64
| <spanclass="break-all">endpoint_read_requests_latency_histogram_bucket</span> | Latency histograms for read commands. Can be used to represent different latency percentiles.<br />p99.9 example:<br /><spanclass="break-all">`histogram_quantile(0.999, sum(rate(endpoint_read_requests_latency_histogram_bucket{cluster="$cluster", db="$db"}[$__rate_interval]) ) by (le, db))`</span> |
72
65
| <spanclass="break-all">endpoint_write_requests_latency_histogram_bucket</span> | Latency histograms for write commands. Can be used to represent different latency percentiles.<br />p99.9 example:<br /><spanclass="break-all">`histogram_quantile(0.999, sum(rate(endpoint_write_requests_latency_histogram_bucket{cluster="$cluster", db="$db"}[$__rate_interval]) ) by (le, db))`</span> |
0 commit comments