Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/#11-add-backup-metrics #12

Merged
merged 10 commits into from
Feb 22, 2022
Merged

Conversation

kaklakariada
Copy link
Collaborator

@kaklakariada kaklakariada commented Feb 21, 2022

Closes #11
Closes #4

@@ -27,19 +27,19 @@ jobs:
- name: Install CDK
run: npm install -g aws-cdk
- name: Synthesize
run: cdk synthesize > exasolCloudwatchDashboard.yaml
run: cdk synthesize --json > exasolCloudwatchDashboard.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why json?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They recommend json because its more stable. Parsing yaml seems to be a bit error prone. Json is more stable. See aws/aws-cdk#2965 for details.

doc/changes/changes_0.2.0.md Outdated Show resolved Hide resolved
doc/changes/changes_0.2.0.md Outdated Show resolved Hide resolved
doc/changes/changes_0.2.0.md Outdated Show resolved Hide resolved
pom.xml Outdated Show resolved Hide resolved
doc/changes/changes_0.2.0.md Show resolved Hide resolved
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@kaklakariada kaklakariada merged commit e32b553 into main Feb 22, 2022
@kaklakariada kaklakariada deleted the feature/#11-add-backup-metrics branch February 22, 2022 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add backup metrics to dashboard Add github action that adds cloudwatch template to release
2 participants