Skip to content

Commit

Permalink
Add power-monitoring grafana dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
rrajashe committed Aug 30, 2024
1 parent 29944cd commit a5b8ddd
Show file tree
Hide file tree
Showing 4 changed files with 1,246 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ resources:
- performance/
- pipeline-service/
- generic-dashboards/
- power-monitoring/

# Skip applying the grafana operands (integreatly.org) while the grafana operator is being installed.
# See more information about this option, here:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: grafana.integreatly.org/v1beta1
kind: GrafanaDashboard
metadata:
name: grafana-dashboard-power-monitoring
labels:
app: appstudio-grafana
spec:
instanceSelector:
matchLabels:
dashboards: "appstudio-grafana"
configMapRef:
name: grafana-dashboard-power-monitoring
key: kepler.json
Loading

0 comments on commit a5b8ddd

Please sign in to comment.