lil changes in redis dashboard

This commit is contained in:
2025-10-03 14:28:47 +03:00
parent cd9c64a91c
commit 2b36cd1115

View File

@@ -19,7 +19,7 @@
"editable": true, "editable": true,
"fiscalYearStartMonth": 0, "fiscalYearStartMonth": 0,
"graphTooltip": 0, "graphTooltip": 0,
"id": 52, "id": 53,
"links": [], "links": [],
"panels": [ "panels": [
{ {
@@ -1706,8 +1706,8 @@
"list": [ "list": [
{ {
"current": { "current": {
"text": "yandex", "text": "local",
"value": "yandex" "value": "local"
}, },
"definition": "label_values(cluster)", "definition": "label_values(cluster)",
"label": "Cluster", "label": "Cluster",
@@ -1724,20 +1724,20 @@
}, },
{ {
"current": { "current": {
"text": "All", "text": "rancher4",
"value": "$__all" "value": "rancher4"
}, },
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "prom" "uid": "prom"
}, },
"definition": "label_values({cluster=~\"$cluster\", job=\"redis\"},instance)", "definition": "label_values(redis_instance_info{cluster=~\"$cluster\"},instance)",
"includeAll": false, "includeAll": false,
"name": "instance", "name": "instance",
"options": [], "options": [],
"query": { "query": {
"qryType": 1, "qryType": 1,
"query": "label_values({cluster=~\"$cluster\", job=\"redis\"},instance)", "query": "label_values(redis_instance_info{cluster=~\"$cluster\"},instance)",
"refId": "PrometheusVariableQueryEditor-VariableQuery" "refId": "PrometheusVariableQueryEditor-VariableQuery"
}, },
"refresh": 2, "refresh": 2,
@@ -1747,8 +1747,8 @@
}, },
{ {
"current": { "current": {
"text": "gitea-redis-master-0", "text": "stage-valkey-primary-0",
"value": "gitea-redis-master-0" "value": "stage-valkey-primary-0"
}, },
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
@@ -1772,12 +1772,12 @@
] ]
}, },
"time": { "time": {
"from": "now-24h", "from": "now-5m",
"to": "now" "to": "now"
}, },
"timepicker": {}, "timepicker": {},
"timezone": "browser", "timezone": "browser",
"title": "Redis Exporter Dashboard", "title": "Redis Exporter Dashboard",
"uid": "de7916f6-b00a-49db-a087-d8335ca314e7", "uid": "de7916f6-b00a-49db-a087-d8335ca314e7",
"version": 8 "version": 4
} }