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

Cloudwatch metrics #180

Merged
merged 6 commits into from
Jun 28, 2018
Merged

Cloudwatch metrics #180

merged 6 commits into from
Jun 28, 2018

Commits on Jun 26, 2018

  1. feat(@aws-cdk/assert): allow specifying a function to match resources

    This makes it more flexible to match resources that may have complex
    properties. A typical case in which you would need this is if you have
    resources that have JSON embedded in a string on which you might want
    to do structural matching.
    Rico Huijbers committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    0f54821 View commit details
    Browse the repository at this point in the history
  2. feat(@aws-cdk/cloudwatch): initial library for CloudWatch

    Supports both Alarms and Dashboards. Adds a 'Metric' abstraction
    which can be exposed by other resources.
    Rico Huijbers committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    bc0f29f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a2b655 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82ba23d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Address review comments

    - Metric providers on resources are now functions.
    - Add integration test.
    - Add unit tests on graphs.
    - Introduce tokenAwareJsonify() which was necessary to properly create a dashboard
      with references to alarms in it.
    Rico Huijbers committed Jun 27, 2018
    14 Configuration menu
    Copy the full SHA
    038253a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. Configuration menu
    Copy the full SHA
    dd6ee2f View commit details
    Browse the repository at this point in the history