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