Skip to content

Commit 775a99c

Browse files
committed
DOC-3944 Feedback update to remove a few v2 metrics
1 parent 1eeeb5a commit 775a99c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ You can [integrate Redis Enterprise Software with Prometheus and Grafana]({{<rel
1717

1818
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">}}).
1919

20-
## Database metrics
21-
22-
TBA
23-
2420
## Node metrics
2521

2622
| V2 metric | Description |
@@ -52,16 +48,13 @@ TBA
5248

5349
| V2 metric | Type | Description |
5450
| :-------- | :--- | :---------- |
55-
| <span class="break-all">azure_token_ttl{cluster_wd=<node_uid>}</span> | gauge| How many seconds left or the timestamp when the token is invalid.|
5651
| <span class="break-all">generation{cluster_wd=<node_uid>}</span> | gauge| Generation number of the specific cluster_wd|
5752
| <span class="break-all">has_qourum{cluster_wd=<node_uid>, has_witness_disk=BOOL}</span> | gauge| Has_qourum = 1<br />No quorum = 0 |
5853
| <span class="break-all">is_primary{cluster_wd=<node_uid>}</span> | gauge| primary = 1<br />secondary = 0 |
5954
| <span class="break-all">total_live_nodes_count{cluster_wd=<node_uid>}</span> | gauge| Number of live nodes|
6055
| <span class="break-all">total_node_count{cluster_wd=<node_uid>}</span> | gauge| Number of nodes |
6156
| <span class="break-all">total_primary_selection_ended{cluster_wd=<node_uid>}</span> | counter | Monotonic counter for each selection process that ended |
6257
| <span class="break-all">total_primary_selections{cluster_wd=<node_uid>}</span> | counter | Monotonic counter for each selection process that started|
63-
| <span class="break-all">witness_disk_reads{status=” success/failure”, cluster_wd=<node_uid>}</span> | counter | How many times read from the witness disk |
64-
| <span class="break-all">witness_disk_writes{status=”success/failure”, cluster_wd=<node_uid>}</span> | counter | How many times wrote to the witness disk |
6558

6659
## Latency histogram metrics
6760

@@ -71,10 +64,6 @@ TBA
7164
| <span class="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 /><span class="break-all">`histogram_quantile(0.999, sum(rate(endpoint_read_requests_latency_histogram_bucket{cluster="$cluster", db="$db"}[$__rate_interval]) ) by (le, db))`</span> |
7265
| <span class="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 /><span class="break-all">`histogram_quantile(0.999, sum(rate(endpoint_write_requests_latency_histogram_bucket{cluster="$cluster", db="$db"}[$__rate_interval]) ) by (le, db))`</span> |
7366

74-
## Proxy metrics
75-
76-
TBA
77-
7867
## Replication metrics
7968

8069
| V2 metric | Description |

0 commit comments

Comments
 (0)