Skip to content

Commit

Permalink
Merge pull request #700 from petracihalova/sources-grafana
Browse files Browse the repository at this point in the history
[RHCLOUD-32973] Sources Grafana update - fix datasource for 'RDS database connections average' panel
  • Loading branch information
petracihalova authored May 30, 2024
2 parents 2f675ba + b6bc27f commit 18eb302
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions deploy/dashboards/grafana-dashboard-sources-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@ data:
grafana-dashboard-sources.json: |-
{
"__inputs": [
{
"name": "DS_APPSREP07UE1-PROMETHEUS",
"label": "appsrep07ue1-prometheus",
"description": "",
"type": "datasource",
"pluginId": "prometheus",
"pluginName": "Prometheus"
}
],
"__elements": {},
"__requires": [
Expand Down Expand Up @@ -2652,7 +2644,7 @@ data:
{
"datasource": {
"type": "prometheus",
"uid": "${DS_APPSREP07UE1-PROMETHEUS}"
"uid": "$DatasourceRDS"
},
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -2733,7 +2725,7 @@ data:
{
"datasource": {
"type": "prometheus",
"uid": "${DS_APPSREP07UE1-PROMETHEUS}"
"uid": "$DatasourceRDS"
},
"editorMode": "code",
"expr": "sum(aws_rds_database_connections_average)",
Expand Down Expand Up @@ -3685,7 +3677,7 @@ data:
"timezone": "",
"title": "Sources Dashboard",
"uid": "zxZKNnAMz",
"version": 2,
"version": 3,
"weekStart": ""
}
kind: ConfigMap
Expand Down

0 comments on commit 18eb302

Please sign in to comment.