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/embeds/rs-prometheus-metrics-transition-plan.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
| <spanclass="break-all">bdb_main_thread_cpu_user_max</span></span> | <spanclass="break-all">`sum by(irate(namedprocess_namegroup_thread_cpu_seconds_total{mode="user", threadname=~"redis-server.*"}[1m]))`</span> | Highest value of % cores utilization in user mode for all Redis shard main threads of this database |
| <spanclass="break-all">bdb_memory_limit</span> | <spanclass="break-all">`sum by(db) (redis_server_maxmemory)`</span> | Configured RAM limit for the database |
32
+
| <spanclass="break-all">bdb_memory_limit</span> | <spanclass="break-all">`db_memory_limit_bytes`</span> | Configured RAM limit for the database |
33
33
| <spanclass="break-all">bdb_monitor_sessions_count</span> | <spanclass="break-all">`sum by(db) (endpoint_monitor_sessions_count)`</span> | Number of clients connected in monitor mode to the database |
34
34
| <spanclass="break-all">bdb_no_of_keys</span> | <spanclass="break-all">`sum by (db) (redis_server_db_keys{role="master"})`</span> | Number of keys in database |
35
35
| <spanclass="break-all">bdb_other_req</span> | <spanclass="break-all">`sum by(db) (irate(endpoint_other_requests{db="$db"}[1m]))`</span> | Rate of other (non read/write) requests on the database (ops/sec) |
0 commit comments