Skip to content

Commit 23f44ed

Browse files
authored
DOC-5553 RS: Fixed typo in has_quorum v2 metric name (#1956)
1 parent db42da0 commit 23f44ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/embeds/rs-prometheus-metrics-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
| Metric | Type | Description |
6868
| :-------- | :--- | :---------- |
6969
| <span class="break-all">generation{cluster_wd=<node_uid>}</span> | gauge| Generation number of the specific cluster_wd|
70-
| <span class="break-all">has_qourum{cluster_wd=<node_uid>, has_witness_disk=BOOL}</span> | gauge| Has_qourum = 1<br />No quorum = 0 |
70+
| <span class="break-all">has_quorum{cluster_wd=<node_uid>, has_witness_disk=BOOL}</span> | gauge| Has_quorum = 1<br />No quorum = 0 |
7171
| <span class="break-all">is_primary{cluster_wd=<node_uid>}</span> | gauge| primary = 1<br />secondary = 0 |
7272
| <span class="break-all">license_expiration_days</span> | gauge | Number of days until the license expires |
7373
| <span class="break-all">license_shards_limit</span> | gauge | Total shard limit by the license by shard type (ram / flash) |

content/operate/rs/7.8/references/metrics/prometheus-metrics-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The v2 scraping endpoint also exposes metrics for `node_exporter` version 1.8.1.
9191
| Metric | Type | Description |
9292
| :-------- | :--- | :---------- |
9393
| <span class="break-all">generation{cluster_wd=<node_uid>}</span> | gauge| Generation number of the specific cluster_wd|
94-
| <span class="break-all">has_qourum{cluster_wd=<node_uid>, has_witness_disk=BOOL}</span> | gauge| Has_qourum = 1<br />No quorum = 0 |
94+
| <span class="break-all">has_quorum{cluster_wd=<node_uid>, has_witness_disk=BOOL}</span> | gauge| Has_quorum = 1<br />No quorum = 0 |
9595
| <span class="break-all">is_primary{cluster_wd=<node_uid>}</span> | gauge| primary = 1<br />secondary = 0 |
9696
| <span class="break-all">license_shards_limit</span> | gauge | Total shard limit by the license by shard type (ram / flash) |
9797
| <span class="break-all">total_live_nodes_count{cluster_wd=<node_uid>}</span> | gauge| Number of live nodes|

0 commit comments

Comments
 (0)