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
@@ -59,7 +59,7 @@
59
59
| <spanclass="break-all">bdb_total_req_max</span> | <spanclass="break-all">`max_over_time(sum by (db) (irate(endpoint_read_requests{db=""$db""}[1m]) + irate(endpoint_write_requests{db=""$db""}[1m]) + irate(endpoint_other_requests{db=""$db""}[1m])) [$__range:])`</span> | Highest value of the rate of all requests on the database (ops/sec) |
60
60
| <spanclass="break-all">bdb_total_res</span> | <spanclass="break-all">`sum by (db) (irate(endpoint_read_responses{db=""$db""}[1m]) + irate(endpoint_write_responses{db=""$db""}[1m]) + irate(endpoint_other_responses{db=""$db""}[1m]))`</span> | Rate of all responses on the database (ops/sec) |
61
61
| <spanclass="break-all">bdb_total_res_max</span> | <spanclass="break-all">`max_over_time(sum by (db) (irate(endpoint_read_responses{db=""$db""}[1m]) + irate(endpoint_write_responses{db=""$db""}[1m]) + irate(endpoint_other_responses{db=""$db""}[1m])) [$__range:])`</span> | Highest value of the rate of all responses on the database (ops/sec) |
62
-
| <spanclass="break-all">bdb_up</span> | <spanclass="break-all">`min by(db) (redis_up)`</span> | Database is up and running |
62
+
| <spanclass="break-all">bdb_up</span> | <spanclass="break-all">`min by(db) (redis_server_up)`</span> | Database is up and running |
63
63
| <spanclass="break-all">bdb_used_memory</span> | <spanclass="break-all">`sum by (db) (redis_server_used_memory)`</span> | Memory used by database (in BigRedis this includes flash) (bytes) |
64
64
| <spanclass="break-all">bdb_write_hits</span> | <spanclass="break-all">`sum by (db) (irate(redis_server_keyspace_write_hits{role="master"}[1m]))`</span> | Rate of write operations accessing an existing key (ops/sec) |
65
65
| <spanclass="break-all">bdb_write_hits_max</span> | <spanclass="break-all">`sum by (db) (irate(redis_server_keyspace_write_hits{role="master"}[1m]))`</span> | Highest value of the rate of write operations accessing an existing key (ops/sec) |
0 commit comments