Hi there! I’ve been working with ec2 autoscaling g...
# aws
c
Hi there! I’ve been working with ec2 autoscaling groups recently and noticed a discrepancy between the documentation and implementation of ASG metrics. The docs for
enabledMetrics
have a list of allowed values corresponding to metrics that we can collect for the ASG; however, if we look at the implementation of the Metrics class some are clearly missing (ex:
GroupInServiceCapacity
,
GroupPendingCapacity
, etc, etc). My question: is there somewhere I can/should report this issue to get it fixed? Like should I create a GH issue? Or may I submit a PR to remedy it? Wondering what you all think of this
This is for typescript btw
c
@crooked-knife-92853, Can you create a git issue here with your findings: https://github.com/pulumi/pulumi-aws/issues
👍 1