Skip to content

Commit

Permalink
align fixed datasource uids
Browse files Browse the repository at this point in the history
  • Loading branch information
danielt-ent committed Jan 2, 2024
1 parent ce5917d commit 7dd16b4
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 54 deletions.
24 changes: 12 additions & 12 deletions compose/grafana/dashboards/RED.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "Prometheus"
"uid": "prometheus"
},
"description": "",
"fieldConfig": {
Expand Down Expand Up @@ -162,7 +162,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "Prometheus"
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": false,
Expand All @@ -179,7 +179,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "Prometheus"
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -227,7 +227,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "Prometheus"
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": false,
Expand All @@ -244,7 +244,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "Prometheus"
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -301,7 +301,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "Prometheus"
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": true,
Expand All @@ -318,7 +318,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "Prometheus"
"uid": "prometheus"
},
"description": "",
"fieldConfig": {
Expand Down Expand Up @@ -399,7 +399,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "Prometheus"
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": false,
Expand Down Expand Up @@ -446,7 +446,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "Prometheus"
"uid": "prometheus"
},
"description": "",
"fieldConfig": {
Expand Down Expand Up @@ -528,7 +528,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "Prometheus"
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": false,
Expand All @@ -545,7 +545,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "Prometheus"
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -625,7 +625,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "Prometheus"
"uid": "prometheus"
},
"editorMode": "builder",
"exemplar": true,
Expand Down
28 changes: 14 additions & 14 deletions compose/grafana/dashboards/basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
"uid": "prometheus"
},
"description": "",
"gridPos": {
Expand All @@ -55,7 +55,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
"uid": "prometheus"
},
"refId": "A"
}
Expand All @@ -66,7 +66,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -121,7 +121,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "Prometheus"
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": true,
Expand All @@ -139,7 +139,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -253,7 +253,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "Prometheus"
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": true,
Expand All @@ -270,7 +270,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
"uid": "prometheus"
},
"description": "",
"fieldConfig": {
Expand Down Expand Up @@ -352,7 +352,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "Prometheus"
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": true,
Expand All @@ -370,7 +370,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -422,7 +422,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "Prometheus"
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": true,
Expand All @@ -440,7 +440,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
"uid": "prometheus"
},
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -519,7 +519,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "Prometheus"
"uid": "prometheus"
},
"editorMode": "code",
"exemplar": true,
Expand All @@ -536,7 +536,7 @@
{
"datasource": {
"type": "loki",
"uid": "P8E80F9AEF21F6940"
"uid": "loki"
},
"gridPos": {
"h": 9,
Expand All @@ -559,7 +559,7 @@
{
"datasource": {
"type": "loki",
"uid": "Loki"
"uid": "loki"
},
"editorMode": "code",
"expr": "{job=~\".+log\"} | json",
Expand Down
Loading

0 comments on commit 7dd16b4

Please sign in to comment.