Skip to content

Commit 8d9cf1b

Browse files
authored
Update prometheus-metrics-definitions.md (#1111)
`namedprocess_namegroup_cpu_seconds_total` is in seconds, not percentage. `license_shards_limit` was missing a type
1 parent 11d46c7 commit 8d9cf1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The v2 metrics in the following tables are available as of Redis Enterprise Soft
8989
| <span class="break-all">generation{cluster_wd=<node_uid>}</span> | gauge| Generation number of the specific cluster_wd|
9090
| <span class="break-all">has_qourum{cluster_wd=<node_uid>, has_witness_disk=BOOL}</span> | gauge| Has_qourum = 1<br />No quorum = 0 |
9191
| <span class="break-all">is_primary{cluster_wd=<node_uid>}</span> | gauge| primary = 1<br />secondary = 0 |
92-
| license_shards_limit | | Total shard limit by the license by shard type (ram / flash) |
92+
| <span class="break-all">license_shards_limit</span> | gauge | Total shard limit by the license by shard type (ram / flash) |
9393
| <span class="break-all">total_live_nodes_count{cluster_wd=<node_uid>}</span> | gauge| Number of live nodes|
9494
| <span class="break-all">total_node_count{cluster_wd=<node_uid>}</span> | gauge| Number of nodes |
9595
| <span class="break-all">total_primary_selection_ended{cluster_wd=<node_uid>}</span> | counter | Monotonic counter for each selection process that ended |
@@ -159,7 +159,7 @@ The v2 metrics in the following tables are available as of Redis Enterprise Soft
159159
| <span class="break-all">redis_server_mem_not_counted_for_evict</span> | Portion of used_memory (in bytes) that's not counted for eviction and OOM error |
160160
| <span class="break-all">redis_server_mem_replication_backlog</span> | Size of replication backlog |
161161
| <span class="break-all">redis_server_module_fork_in_progress</span> | A binary value that indicates if there is an active fork spawned by a module (1) or not (0) |
162-
| <span class="break-all">namedprocess_namegroup_cpu_seconds_total</span> | Shard process CPU usage percentage |
162+
| <span class="break-all">namedprocess_namegroup_cpu_seconds_total</span> | Shard process CPU usage in seconds |
163163
| <span class="break-all">namedprocess_namegroup_thread_cpu_seconds_total</span> | Shard main thread CPU time spent in seconds |
164164
| <span class="break-all">namedprocess_namegroup_open_filedesc</span> | Shard number of open file descriptors |
165165
| <span class="break-all">namedprocess_namegroup_memory_bytes</span> | Shard memory size in bytes |

0 commit comments

Comments
 (0)