Skip to content

Commit

Permalink
Fix datasources
Browse files Browse the repository at this point in the history
  • Loading branch information
albarbaro authored Oct 4, 2023
1 parent 64661af commit dcc37de
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions dashboards/grafana-dashboard-dora-metrics.configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1696,19 +1696,37 @@ data:
"list": [
{
"current": {
"selected": true,
"selected": false,
"text": "rhtap-observatorium-stage",
"value": "rhtap-observatorium-stage"
},
"hide": 0,
"includeAll": false,
"multi": false,
"name": "datasource",
"name": "datasource_staging",
"options": [],
"query": "prometheus",
"queryValue": "",
"refresh": 1,
"regex": "/^rhtap-observatorium/",
"skipUrlSync": false,
"type": "datasource"
},
{
"current": {
"selected": true,
"text": "rhtap-observatorium-production",
"value": "rhtap-observatorium-production"
},
"hide": 0,
"includeAll": false,
"multi": false,
"name": "datasource_production",
"options": [],
"query": "prometheus",
"queryValue": "",
"refresh": 1,
"regex": "/^rhtap-/",
"regex": "/^rhtap-observatorium-/",
"skipUrlSync": false,
"type": "datasource"
}
Expand Down Expand Up @@ -1746,7 +1764,7 @@ data:
"timezone": "",
"title": "RHTAP dora metrics",
"uid": "rhtapdorametrics",
"version": 3,
"version": 4,
"weekStart": ""
}
kind: ConfigMap
Expand Down

0 comments on commit dcc37de

Please sign in to comment.