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

fix(cloudwatch): Math:UnknownIdentifier warning for INSIGHT_RULE_METRIC #28870

Merged
merged 2 commits into from
Feb 6, 2024

Commits on Jan 25, 2024

  1. fix(cloudwatch): Math:UnknownIdentifier warning for INSIGHT_RULE_METRIC

    The CloudWatch MathExpression class warns about identifiers missing
    from usingMetrics when INSIGHT_RULE_METRIC is used in the expression.
    It incorrectly parses the arguments to INSIGHT_RULE_METRIC as
    identifiers. When using INSIGHT_RULE_METRIC, I don't believe there is
    anything that needs to be added to usingMetrics.
    aws-sde committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a4a0eb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

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