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

Insert id property in metric #775

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Insert id property in metric #775

wants to merge 1 commit into from

Conversation

acgoj
Copy link

@acgoj acgoj commented Apr 20, 2022

This PR has the objective to add the identifier in cloudwatch metric to use in expressions.
Ex
const metric = new Metric({ namespace: "AWS/ApplicationELB", name: "HTTPCode_Target_2XX_Count", dimensions: { TargetGroup: targetGroup, LoadBalancer: loadBalancer }, period: 60, statistic: "SampleCount", id: "m2", visible: false, });
const doubleMetric = new ExpressionWidgetMetric("2*m2", "doubleMetric", "m3");

@github-actions
Copy link

PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting.
Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR

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.

None yet

1 participant