Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding all Grafana Dashboards #3

Merged
merged 5 commits into from
Jun 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion artifacts/grafana-dashboards/cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -2901,7 +2901,7 @@
]
},
"timezone": "utc",
"title": "Grafana Operator - Kubernetes / Compute Resources / Cluster",
"title": "AWS Observability Accelerator - Kubernetes / Compute Resources / Cluster",
"uid": "efa86fd1d0c121a26444b636a3f509a8",
"version": 3,
"weekStart": ""
Expand Down
2 changes: 1 addition & 1 deletion artifacts/grafana-dashboards/kubelet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2229,7 +2229,7 @@
]
},
"timezone": "utc",
"title": "Grafana Operator - Kubernetes / Kubelet",
"title": "AWS Observability Accelerator - Kubernetes / Kubelet",
"uid": "3138fa155d5915769fbded898ac09fd9",
"version": 19,
"weekStart": ""
Expand Down
2 changes: 1 addition & 1 deletion artifacts/grafana-dashboards/namespace-workloads.json
Original file line number Diff line number Diff line change
Expand Up @@ -2653,7 +2653,7 @@
]
},
"timezone": "utc",
"title": "Grafana Operator - Kubernetes / Compute Resources / Namespace (Workloads)",
"title": "AWS Observability Accelerator - Kubernetes / Compute Resources / Namespace (Workloads)",
"uid": "a87fb0d919ec0ea5f6543124e16c42a5",
"version": 2,
"weekStart": ""
Expand Down
2 changes: 1 addition & 1 deletion artifacts/grafana-dashboards/nodeexporter-nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@
]
},
"timezone": "utc",
"title": "Grafana Operator - Node Exporter / Nodes",
"title": "AWS Observability Accelerator - Node Exporter / Nodes",
"uid": "v8yDYJqnz",
"version": 18,
"weekStart": ""
Expand Down
2 changes: 1 addition & 1 deletion artifacts/grafana-dashboards/nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@
]
},
"timezone": "utc",
"title": "Grafana Operator - Kubernetes / Compute Resources / Node (Pods)",
"title": "AWS Observability Accelerator - Kubernetes / Compute Resources / Node (Pods)",
"uid": "200ac8fdbfbb74b39aff88118e4d1c2c",
"version": 7,
"weekStart": ""
Expand Down
2 changes: 1 addition & 1 deletion artifacts/grafana-dashboards/workloads.json
Original file line number Diff line number Diff line change
Expand Up @@ -2291,7 +2291,7 @@
]
},
"timezone": "utc",
"title": "Grafana Operator - Kubernetes / Compute Resources / Workload",
"title": "AWS Observability Accelerator - Kubernetes / Compute Resources / Workload",
"uid": "a164a7f0339f99e89cea5cb47e9be617",
"version": 7,
"weekStart": ""
Expand Down
63 changes: 62 additions & 1 deletion artifacts/grafana-operator-manifests/amg_grafana-dashboard.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,71 @@
apiVersion: grafana.integreatly.org/v1beta1
kind: GrafanaDashboard
metadata:
name: external-grafanadashboard-url
name: cluster-grafanadashboard
namespace: grafana-operator
spec:
folder: "Observability Accelerator Dashboards"
instanceSelector:
matchLabels:
dashboards: "external-grafana"
url: ${GRAFANA_CLUSTER_DASH_URL}
---
apiVersion: grafana.integreatly.org/v1beta1
kind: GrafanaDashboard
metadata:
name: kubelet-grafanadashboard
namespace: grafana-operator
spec:
folder: "Observability Accelerator Dashboards"
instanceSelector:
matchLabels:
dashboards: "external-grafana"
url: ${GRAFANA_KUBELET_DASH_URL}
---
apiVersion: grafana.integreatly.org/v1beta1
kind: GrafanaDashboard
metadata:
name: namespace-workloads-grafanadashboard
namespace: grafana-operator
spec:
folder: "Observability Accelerator Dashboards"
instanceSelector:
matchLabels:
dashboards: "external-grafana"
url: ${GRAFANA_NSWRKLDS_DASH_URL}
---
apiVersion: grafana.integreatly.org/v1beta1
kind: GrafanaDashboard
metadata:
name: node-exporter-grafanadashboard
namespace: grafana-operator
spec:
folder: "Observability Accelerator Dashboards"
instanceSelector:
matchLabels:
dashboards: "external-grafana"
url: ${GRAFANA_NODEEXP_DASH_URL}
---
apiVersion: grafana.integreatly.org/v1beta1
kind: GrafanaDashboard
metadata:
name: nodes-grafanadashboard
namespace: grafana-operator
spec:
folder: "Observability Accelerator Dashboards"
instanceSelector:
matchLabels:
dashboards: "external-grafana"
url: ${GRAFANA_NODES_DASH_URL}
---
apiVersion: grafana.integreatly.org/v1beta1
kind: GrafanaDashboard
metadata:
name: workloads-grafanadashboard
namespace: grafana-operator
spec:
folder: "Observability Accelerator Dashboards"
instanceSelector:
matchLabels:
dashboards: "external-grafana"
url: ${GRAFANA_WORKLOADS_DASH_URL}