Skip to content

Commit

Permalink
Fixed with added rules configurator and rule files (#65)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
freschri committed Aug 26, 2023
1 parent b211648 commit 3dd7ba0
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 6 deletions.
Binary file removed docs/patterns/images/Kubelet.png
Binary file not shown.
Binary file removed docs/patterns/images/Node-Exporter.png
Binary file not shown.
Binary file added docs/patterns/images/grafana-cluster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/patterns/images/grafana-kubelet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/patterns/images/grafana-node-pods.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/patterns/images/grafana-nodes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/patterns/images/grafana-workload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -238,14 +238,29 @@ Login to your Grafana workspace and navigate to the Dashboards panel. You should

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

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

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

Open the `Namespace (Workloads)` dashboard and you should be able to view its visualization as shown below :

![Namespace_Dashboard](../images/grafana-namespace-workloads.png)

Open the `Node (Pods)` dashboard and you should be able to view its visualization as shown below :

![Node_Dashboard](../images/grafana-node-pods.png)

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

![Workload_Dashboard](../images/grafana-workload.png)

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

![Kubelet_Dashboard](../images/Kubelet.png)
![Kubelet_Dashboard](../images/grafana-kubelet.png)

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

![Nodes_Dashboard](../images/grafana-nodes.png)

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,29 @@ Login to your Grafana workspace and navigate to the Dashboards panel. You should

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

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

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

Open the `Namespace (Workloads)` dashboard and you should be able to view its visualization as shown below :

![Namespace_Dashboard](../images/grafana-namespace-workloads.png)

Open the `Node (Pods)` dashboard and you should be able to view its visualization as shown below :

![Node_Dashboard](../images/grafana-node-pods.png)

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

![Workload_Dashboard](../images/grafana-workload.png)

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

![Kubelet_Dashboard](../images/Kubelet.png)
![Kubelet_Dashboard](../images/grafana-kubelet.png)

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

![Nodes_Dashboard](../images/grafana-nodes.png)

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

Expand Down

0 comments on commit 3dd7ba0

Please sign in to comment.