Skip to content

Commit

Permalink
Merge pull request #675 from petracihalova/grafana-update-2
Browse files Browse the repository at this point in the history
[RHCLOUD-29303] updated sources grafana dashboard - fixed datasource
  • Loading branch information
lpichler authored Nov 9, 2023
2 parents 7e6335a + e91bb94 commit a18f33c
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions deploy/dashboards/grafana-dashboard-sources-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ data:
"type": "datasource",
"pluginId": "prometheus",
"pluginName": "Prometheus"
},
{
"name": "DS_TELEMETER-RECENT-PRODUCTION",
"label": "telemeter-recent-production",
"description": "",
"type": "datasource",
"pluginId": "prometheus",
"pluginName": "Prometheus"
}
],
"__elements": {},
Expand Down Expand Up @@ -1156,6 +1148,7 @@ data:
},
"editorMode": "code",
"expr": "sum(rate(api_3scale_gateway_api_time_bucket{exported_service=\"sources\", le=\"0500.0\"}[5m])) > 0",
"hide": false,
"legendFormat": "< 500 ms",
"range": true,
"refId": "A"
Expand Down Expand Up @@ -3085,7 +3078,8 @@ data:
"mode": "absolute",
"steps": [
{
"color": "dark-blue"
"color": "dark-blue",
"value": null
}
]
}
Expand Down Expand Up @@ -3227,7 +3221,8 @@ data:
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "orange",
Expand Down Expand Up @@ -4274,7 +4269,7 @@ data:
]
},
"time": {
"from": "now-6h",
"from": "now-24h",
"to": "now"
},
"timepicker": {},
Expand Down

0 comments on commit a18f33c

Please sign in to comment.