fix(grafana): Fix grafana dragonfly dashboard datasource (#3608)

fix: grafana dragonfly dashboard datasource
This commit is contained in:
Sebastian Struß 2024-08-30 19:15:51 +02:00 committed by GitHub
parent 31463c288d
commit 06f6dcafcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1600,7 +1600,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "PBFA97CFB590B2093" "uid": "${DS_PROMETHEUS}"
}, },
"disableTextWrap": false, "disableTextWrap": false,
"editorMode": "code", "editorMode": "code",
@ -1636,7 +1636,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "PBFA97CFB590B2093" "uid": "${DS_PROMETHEUS}"
}, },
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
@ -1714,7 +1714,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "PBFA97CFB590B2093" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "dragonfly_pipeline_queue_length/dragonfly_connected_clients", "expr": "dragonfly_pipeline_queue_length/dragonfly_connected_clients",
@ -1730,7 +1730,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "PBFA97CFB590B2093" "uid": "${DS_PROMETHEUS}"
}, },
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
@ -1808,7 +1808,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "PBFA97CFB590B2093" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "dragonfly_replication_full_sync_bytes{instance=\"$instance\"}", "expr": "dragonfly_replication_full_sync_bytes{instance=\"$instance\"}",
@ -1820,7 +1820,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "PBFA97CFB590B2093" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "dragonfly_replication_streaming_bytes{instance=\"$instance\"}", "expr": "dragonfly_replication_streaming_bytes{instance=\"$instance\"}",
@ -1837,7 +1837,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "PBFA97CFB590B2093" "uid": "${DS_PROMETHEUS}"
}, },
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
@ -1916,7 +1916,7 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "PBFA97CFB590B2093" "uid": "${DS_PROMETHEUS}"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "expr":
@ -1944,7 +1944,7 @@
"current": { "current": {
"selected": false, "selected": false,
"text": "Prometheus", "text": "Prometheus",
"value": "PBFA97CFB590B2093" "value": "${DS_PROMETHEUS}"
}, },
"hide": 0, "hide": 0,
"includeAll": false, "includeAll": false,