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

aws-cdk-lib.aws_apigatewayv2: Missing DetailedMetricsEnabled option #33222

Open
2 tasks
philmod-h opened this issue Jan 29, 2025 · 1 comment · May be fixed by #33267
Open
2 tasks

aws-cdk-lib.aws_apigatewayv2: Missing DetailedMetricsEnabled option #33222

philmod-h opened this issue Jan 29, 2025 · 1 comment · May be fixed by #33267
Labels
aws-cdk-lib Related to the aws-cdk-lib package effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2

Comments

@philmod-h
Copy link

Describe the feature

It's not possible to enable DetailedMetricsEnabled with the L2 construct.

Use Case

Get detailed metrics with HttpApi.

Proposed Solution

No response

Other Information

const cfnStage = stage.node.defaultChild as apigateway.CfnStage;
cfnStage.addOverride('Properties.DefaultRouteSettings.DetailedMetricsEnabled', true);

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.165.0 (build 00f70f1)

Environment details (OS name and version, etc.)

macos

@philmod-h philmod-h added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Jan 29, 2025
@github-actions github-actions bot added the aws-cdk-lib Related to the aws-cdk-lib package label Jan 29, 2025
@pahud
Copy link
Contributor

pahud commented Jan 29, 2025

Yes, welcome PRs to get it exposed to the L2 surface. Thank you.

@pahud pahud added p2 effort/medium Medium work item – several days of effort and removed needs-triage This issue or PR still needs to be triaged. labels Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws-cdk-lib Related to the aws-cdk-lib package effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants