Skip to content

Commit 3dd7ba0

Browse files
authored
Fixed with added rules configurator and rule files (#65)
* added rules configurator and rule files * removed ACK, using CfnRuleGroupsNamespace * addressed PR comments and added doc * updated documentation with corrected dashboards * fixed missing image links for graviton doc * align with feedback from java pattern (removed property) * moved rules to add on in quickstart * removed obsolete doc * removed file * removed unused image
1 parent b211648 commit 3dd7ba0

File tree

10 files changed

+36
-6
lines changed

10 files changed

+36
-6
lines changed

docs/patterns/images/Kubelet.png

-491 KB
Binary file not shown.
-351 KB
Binary file not shown.
443 KB
Loading
508 KB
Loading
362 KB
Loading
427 KB
Loading
463 KB
Loading
356 KB
Loading

docs/patterns/single-new-eks-observability-accelerators/single-new-eks-graviton-opensource-observability.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,14 +238,29 @@ Login to your Grafana workspace and navigate to the Dashboards panel. You should
238238

239239
![Dashboard](../images/All-Dashboards.png)
240240

241-
Open the `Node Exporter` dashboard and you should be able to view its visualization as shown below :
241+
Open the `Cluster` dashboard and you should be able to view its visualization as shown below :
242242

243-
![NodeExporter_Dashboard](../images/Node-Exporter.png)
243+
![Cluster_Dashboard](../images/grafana-cluster.png)
244244

245+
Open the `Namespace (Workloads)` dashboard and you should be able to view its visualization as shown below :
246+
247+
![Namespace_Dashboard](../images/grafana-namespace-workloads.png)
248+
249+
Open the `Node (Pods)` dashboard and you should be able to view its visualization as shown below :
250+
251+
![Node_Dashboard](../images/grafana-node-pods.png)
252+
253+
Open the `Workload` dashboard and you should be able to view its visualization as shown below :
254+
255+
![Workload_Dashboard](../images/grafana-workload.png)
245256

246257
Open the `Kubelet` dashboard and you should be able to view its visualization as shown below :
247258

248-
![Kubelet_Dashboard](../images/Kubelet.png)
259+
![Kubelet_Dashboard](../images/grafana-kubelet.png)
260+
261+
Open the `Nodes` dashboard and you should be able to view its visualization as shown below :
262+
263+
![Nodes_Dashboard](../images/grafana-nodes.png)
249264

250265
From the cluster to view all dashboards as Kubernetes objects, run:
251266

docs/patterns/single-new-eks-observability-accelerators/single-new-eks-opensource-observability.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,14 +194,29 @@ Login to your Grafana workspace and navigate to the Dashboards panel. You should
194194

195195
![Dashboard](../images/All-Dashboards.png)
196196

197-
Open the `Node Exporter` dashboard and you should be able to view its visualization as shown below :
197+
Open the `Cluster` dashboard and you should be able to view its visualization as shown below :
198198

199-
![NodeExporter_Dashboard](../images/Node-Exporter.png)
199+
![Cluster_Dashboard](../images/grafana-cluster.png)
200200

201+
Open the `Namespace (Workloads)` dashboard and you should be able to view its visualization as shown below :
202+
203+
![Namespace_Dashboard](../images/grafana-namespace-workloads.png)
204+
205+
Open the `Node (Pods)` dashboard and you should be able to view its visualization as shown below :
206+
207+
![Node_Dashboard](../images/grafana-node-pods.png)
208+
209+
Open the `Workload` dashboard and you should be able to view its visualization as shown below :
210+
211+
![Workload_Dashboard](../images/grafana-workload.png)
201212

202213
Open the `Kubelet` dashboard and you should be able to view its visualization as shown below :
203214

204-
![Kubelet_Dashboard](../images/Kubelet.png)
215+
![Kubelet_Dashboard](../images/grafana-kubelet.png)
216+
217+
Open the `Nodes` dashboard and you should be able to view its visualization as shown below :
218+
219+
![Nodes_Dashboard](../images/grafana-nodes.png)
205220

206221
From the cluster to view all dashboards as Kubernetes objects, run:
207222

0 commit comments

Comments
 (0)