Skip to content

Commit fb6eef4

Browse files
committed
Fixed the prefix for the redis_process_resident_memory_bytes and .redis_process_virtual_memory_bytes metrics.
1 parent 08dd405 commit fb6eef4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

redis_enterprise_prometheus/assets/dashboards/redis_enterprise-prometheus_shard.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
{
440440
"data_source": "metrics",
441441
"name": "query1",
442-
"query": "avg:rdse.redis_process_resident_memory_bytes{$cluster,$db} by {redis}"
442+
"query": "avg:rdse2.redis_process_resident_memory_bytes{$cluster,$db} by {redis}"
443443
}
444444
],
445445
"response_format": "timeseries",
@@ -494,7 +494,7 @@
494494
{
495495
"data_source": "metrics",
496496
"name": "query1",
497-
"query": "avg:rdse.redis_process_virtual_memory_bytes{$cluster,$db} by {redis}"
497+
"query": "avg:rdse2.redis_process_virtual_memory_bytes{$cluster,$db} by {redis}"
498498
}
499499
],
500500
"response_format": "timeseries",
@@ -1660,4 +1660,4 @@
16601660
"layout_type": "ordered",
16611661
"notify_list": [],
16621662
"reflow_type": "fixed"
1663-
}
1663+
}

0 commit comments

Comments
 (0)