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