Skip to content

Commit

Permalink
added Grafana NVIDIA DCGM Exporter Dashboard (#29)
Browse files Browse the repository at this point in the history
* added Grafana NVIDIA DCGM Exporter Dashboard

* mapping datasource variable
  • Loading branch information
freschri authored Sep 28, 2023
1 parent c4819a9 commit 3c83db2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: grafana.integreatly.org/v1beta1
kind: GrafanaDashboard
metadata:
name: gpu-nvidia-dcgm-exporter-dashboard
namespace: grafana-operator
spec:
datasources:
- inputName: "DS_PROMETHEUS"
datasourceName: "aws-observability-accelerator"
folder: "Observability Accelerator Dashboards"
instanceSelector:
matchLabels:
dashboards: "external-grafana"
grafanaCom:
id: 12239
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- amg_grafana-dashboards.yaml

0 comments on commit 3c83db2

Please sign in to comment.