diff --git a/README.md b/README.md index d9c317a..f5b3463 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This project contains an [AWS CDK](https://aws.amazon.com/cdk/) template for an This dashboard should get you started with Exasol and CloudWatch integration. +![Exasol CloudWatch dashboard example](doc/images/exasolCloudwatchDashboard.png) + ## Quick Usage If you just want to use the example dashboard, you can simply download the latest AWS CloudFormation template in the [releases section](https://github.com/exasol/cloudwatch-dashboard-examples/releases/) and run it in cloudformation. diff --git a/doc/changes/changes_0.1.0.md b/doc/changes/changes_0.1.0.md index d1bb8c7..f7fa2e9 100644 --- a/doc/changes/changes_0.1.0.md +++ b/doc/changes/changes_0.1.0.md @@ -6,7 +6,8 @@ * #1: Added example dashboard * #3: Added alarm +* #5: Added screenshot ## Bugfixes -* #6: Fixed alarm \ No newline at end of file +* #6: Fixed alarm diff --git a/doc/images/exasolCloudwatchDashboard.png b/doc/images/exasolCloudwatchDashboard.png new file mode 100644 index 0000000..fd29cf6 Binary files /dev/null and b/doc/images/exasolCloudwatchDashboard.png differ