Skip to content

Commit

Permalink
datasources fixed with in the right way
Browse files Browse the repository at this point in the history
Signed-off-by: Hollman Enciso <[email protected]>
  • Loading branch information
en-henciso committed Oct 12, 2023
1 parent 337fdd4 commit 7d74a17
Showing 1 changed file with 16 additions and 64 deletions.
80 changes: 16 additions & 64 deletions grafana/dashboards/GitHub.json
Original file line number Diff line number Diff line change
Expand Up @@ -2289,10 +2289,7 @@
"type": "row"
},
{
"datasource": {
"type": "datasource",
"uid": "mysql"
},
"datasource": "mysql",
"description": "Number of workflow runs executed in the selected time range",
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -2334,10 +2331,7 @@
"pluginVersion": "9.5.2",
"targets": [
{
"datasource": {
"type": "datasource",
"uid": "mysql"
},
"datasource": "mysql",
"editorMode": "code",
"format": "table",
"group": [],
Expand Down Expand Up @@ -2388,10 +2382,7 @@
"type": "stat"
},
{
"datasource": {
"type": "datasource",
"uid": "mysql"
},
"datasource": "mysql",
"description": "Number of successful workflow runs / Number of total workflow runs",
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -2436,10 +2427,7 @@
"pluginVersion": "9.5.2",
"targets": [
{
"datasource": {
"type": "datasource",
"uid": "mysql"
},
"datasource": "mysql",
"editorMode": "code",
"format": "table",
"group": [],
Expand Down Expand Up @@ -2490,10 +2478,7 @@
"type": "stat"
},
{
"datasource": {
"type": "datasource",
"uid": "mysql"
},
"datasource": "mysql",
"description": "",
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -2623,10 +2608,7 @@
"pluginVersion": "8.0.6",
"targets": [
{
"datasource": {
"type": "datasource",
"uid": "mysql"
},
"datasource": "mysql",
"editorMode": "code",
"format": "table",
"group": [],
Expand Down Expand Up @@ -2677,10 +2659,7 @@
"type": "piechart"
},
{
"datasource": {
"type": "datasource",
"uid": "mysql"
},
"datasource": "mysql",
"description": "Number of successful workflow runs / Number of total workflow runs",
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -2723,10 +2702,7 @@
"pluginVersion": "9.5.2",
"targets": [
{
"datasource": {
"type": "datasource",
"uid": "mysql"
},
"datasource": "mysql",
"editorMode": "code",
"format": "table",
"group": [],
Expand Down Expand Up @@ -2777,10 +2753,7 @@
"type": "stat"
},
{
"datasource": {
"type": "datasource",
"uid": "mysql"
},
"datasource": "mysql",
"description": "",
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -2859,10 +2832,7 @@
"pluginVersion": "8.0.6",
"targets": [
{
"datasource": {
"type": "datasource",
"uid": "mysql"
},
"datasource": "mysql",
"editorMode": "code",
"format": "table",
"group": [],
Expand Down Expand Up @@ -2914,10 +2884,7 @@
"type": "barchart"
},
{
"datasource": {
"type": "datasource",
"uid": "mysql"
},
"datasource": "mysql",
"description": "1. Mean Build success rate over time.\n2. The workflow runs being calculated are filtered by \"build starting time\" (time filter at the upper-right corner) and \"Jira board\" (\"Choose Board\" filter at the upper-left corner)",
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -3016,10 +2983,7 @@
"pluginVersion": "8.0.6",
"targets": [
{
"datasource": {
"type": "datasource",
"uid": "mysql"
},
"datasource": "mysql",
"editorMode": "code",
"format": "table",
"group": [],
Expand Down Expand Up @@ -3070,10 +3034,7 @@
"type": "barchart"
},
{
"datasource": {
"type": "datasource",
"uid": "mysql"
},
"datasource": "mysql",
"description": "",
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -3182,10 +3143,7 @@
"pluginVersion": "8.0.6",
"targets": [
{
"datasource": {
"type": "datasource",
"uid": "mysql"
},
"datasource": "mysql",
"editorMode": "code",
"format": "time_series",
"group": [],
Expand Down Expand Up @@ -3237,10 +3195,7 @@
"type": "timeseries"
},
{
"datasource": {
"type": "datasource",
"uid": "mysql"
},
"datasource": "mysql",
"description": "",
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -3335,10 +3290,7 @@
"pluginVersion": "8.0.6",
"targets": [
{
"datasource": {
"type": "datasource",
"uid": "mysql"
},
"datasource": "mysql",
"editorMode": "code",
"format": "table",
"group": [],
Expand Down

0 comments on commit 7d74a17

Please sign in to comment.