-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Feature/#11-add-backup-metrics
- Loading branch information
Showing
13 changed files
with
192 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Changes | ||
|
||
* [0.2.0](changes_0.2.0.md) | ||
* [0.1.1](changes_0.1.1.md) | ||
* [0.1.0](changes_0.1.0.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# cloudwatch-dashboard-examples 0.2.0, released 2022-02-22 | ||
|
||
Code name: Metrics and alarms for Exasol backups | ||
|
||
## Summary | ||
|
||
In this release we added metrics for successful/failed backups and backup duration. We also added alarms for failed backups and missing succesful backups. | ||
|
||
## Features | ||
|
||
* #11: Added metrics and alarms for Exasol backups | ||
|
||
## Dependency Updates | ||
|
||
### Compile Dependency Updates | ||
|
||
* Updated `software.amazon.awscdk:cloudwatch:1.133.0` to `1.145.0` | ||
* Updated `software.amazon.awscdk:core:1.133.0` to `1.145.0` | ||
|
||
### Test Dependency Updates | ||
|
||
* Added `org.junit.jupiter:junit-jupiter:5.8.2` | ||
|
||
### Plugin Dependency Updates | ||
|
||
* Updated `com.exasol:error-code-crawler-maven-plugin:0.6.0` to `1.0.0` | ||
* Updated `com.exasol:project-keeper-maven-plugin:1.3.2` to `1.3.4` | ||
* Updated `io.github.zlika:reproducible-build-maven-plugin:0.13` to `0.15` | ||
* Updated `org.apache.maven.plugins:maven-compiler-plugin:3.8.1` to `3.10.0` | ||
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3` to `3.0.0` | ||
* Updated `org.codehaus.mojo:versions-maven-plugin:2.7` to `2.9.0` | ||
* Updated `org.jacoco:jacoco-maven-plugin:0.8.5` to `0.8.7` | ||
* Updated `org.sonatype.ossindex.maven:ossindex-maven-plugin:3.1.0` to `3.2.0` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ error-tags: | |
CDE: | ||
packages: | ||
- com.exasol.cloudwatchexampledashboard | ||
highest-index: 0 | ||
highest-index: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.