Skip to content

Commit

Permalink
fix(grafana): Fix grafana dragonfly dashboard datasource (#3608)
Browse files Browse the repository at this point in the history
fix: grafana dragonfly dashboard datasource
  • Loading branch information
applike-ss authored Aug 30, 2024
1 parent 31463c2 commit 06f6dca
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1600,7 +1600,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
"uid": "${DS_PROMETHEUS}"
},
"disableTextWrap": false,
"editorMode": "code",
Expand Down Expand Up @@ -1636,7 +1636,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
"uid": "${DS_PROMETHEUS}"
},
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -1714,7 +1714,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "dragonfly_pipeline_queue_length/dragonfly_connected_clients",
Expand All @@ -1730,7 +1730,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
"uid": "${DS_PROMETHEUS}"
},
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -1808,7 +1808,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "dragonfly_replication_full_sync_bytes{instance=\"$instance\"}",
Expand All @@ -1820,7 +1820,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "dragonfly_replication_streaming_bytes{instance=\"$instance\"}",
Expand All @@ -1837,7 +1837,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
"uid": "${DS_PROMETHEUS}"
},
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -1916,7 +1916,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr":
Expand Down Expand Up @@ -1944,7 +1944,7 @@
"current": {
"selected": false,
"text": "Prometheus",
"value": "PBFA97CFB590B2093"
"value": "${DS_PROMETHEUS}"
},
"hide": 0,
"includeAll": false,
Expand Down

0 comments on commit 06f6dca

Please sign in to comment.