-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
(apprunner): (apprunner observability configuration support) #22985
(apprunner): (apprunner observability configuration support) #22985
Comments
Thanks for your report. It seems like we need to add the const service = new apprunner.Service(...);
const serviceObservabilityConfigurationProperty: CfnService.ServiceObservabilityConfigurationProperty = {
observabilityEnabled: false,
observabilityConfigurationArn: 'observabilityConfigurationArn',
};
(service.node.defaultChild as CfnService).addPropertyOverride('ObservabilityConfiguration', serviceObservabilityConfigurationProperty); I am marking this issue as p2, which means that we are unable to work on this immediately. We use +1s to help prioritize our work, and are happy to revaluate this issue based on community feedback. You can reach out to the cdk.dev community on Slack to solicit support for reprioritization. Check out our contributing guide if you're interested in contributing yourself - there's a low chance the team will be able to address this soon but we'd be happy to review a PR 🙂 |
I'm working on it. |
|
1 similar comment
|
Describe the feature
Support for Apprunner's Observability Configuration support: https://aws.amazon.com/about-aws/whats-new/2022/04/aws-app-runner-x-ray-support/
Use Case
Support for configuration of Observability
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.51.0
Environment details (OS name and version, etc.)
N/A
The text was updated successfully, but these errors were encountered: