Skip to content

Releases: nordcloud/mca-monitoring

v0.2.5

23 Sep 11:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.4...v0.2.5

Update CDK version

31 Aug 11:27
Compare
Choose a tag to compare
v0.2.4

chore(release): 0.2.4

v0.2.3

21 Jun 07:27
Compare
Choose a tag to compare
chore(release): 0.2.3

v0.2.2

07 Dec 09:11
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

0.2.2 (2021-12-07)

Bug Fixes

  • MCA-1270 Update alarm name to deploy appsync alarms where ID starts with a number (#20) (b40009f)

v0.2.1

26 Nov 09:04
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Features

  • [MCA-1270]: Add AppSync Monitoring (#10)

v0.2.0

04 Mar 11:50
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

0.2.0 (2021-03-04)

⚠ BREAKING CHANGES

  • New chunking is not bacwards compatible

With the chunking changes the way substacks are created is
changed. This means to deploy this version of monitoring
old monitoring stack will need to be removed first

Features

  • [MCA-1028] Rework the stack splitting functionality (#9) (2d1fd72)

Billing alerts

03 Feb 14:07
Compare
Choose a tag to compare
Billing alerts Pre-release
Pre-release

0.1.4 (2021-02-03)

  snsTopic:
    critical:
      name: 
      ...
  billingAlert:
    enabled: true
    autoResolve: false
    alarm:
      critical:
        budgetLimit: 10
        evaluationPeriods: 2
        comparisonOperator: GREATER_THAN_UPPER_THRESHOLD
    metric:
      period:
        minutes: 360
      statistic: Maximum

v0.1.3

08 Jan 06:44
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Bug Fixes

  • Check when local value has enabled false (#6) (751d119)

v0.1.2

30 Nov 13:21
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Features

  • send alarms to slack channel (#3) (17bbddd)

v0.1.1

02 Nov 14:43
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Bug Fixes

  • Log group metric and statistics are now correct (#5) (b7af7c1)