You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/existing-cluster-with-base-and-infra/README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,17 +85,27 @@ terraform apply
85
85
86
86
## Visualization
87
87
88
-
1. Grafana dashboards
88
+
1. Prometheus datasource on Grafana
89
+
90
+
Open your Grafana workspace and under Configuration -> Data sources, you should see `aws-observability-accelerator`. Open and click `Save & test`. You should see a notification confirming that the AMP workspace is ready to be used on Grafana.
91
+
92
+
2. Grafana dashboards
89
93
90
94
Go to the Dashboards panel of your Grafana workspace. You should see a list of dashboards under the `Observability Accelerator Dashboards`
Open a specific dashboard and you should be able to view its visualization
99
+
100
+
<imgwidth="1721"alt="Screenshot 2022-08-30 at 20 01 32"src="https://user-images.githubusercontent.com/10175027/187515925-67864dd1-2b35-4be0-a15e-1e36805e8b29.png">
94
101
95
102
2. Amazon Managed Service for Prometheus (AMP) rules and alerts
96
103
97
104
Open the AMP console and view the details of your workspace. Under the `Rules management` tab, you should find new rules deployed.
98
105
106
+
<imgwidth="1311"alt="Screenshot 2022-08-30 at 20 22 27"src="https://user-images.githubusercontent.com/10175027/187514450-0f70b5ce-b2ee-4712-850c-c2b32db1d8d6.png">
107
+
108
+
To setup your alert receiver, with Amazon SNS, follow [this documentation](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-alertmanager-receiver.html)
0 commit comments