As part of the Guidewire Cloud Standards and the SurePath methodology, various " Quality Gates " and Assessment Checks are performed to ensure a successful implementation. These checks are categorized into specific domains: Security, Performance, Upgrades, and Operations.
The Operations assessment check focuses on the long-term maintainability and " observability " of the application in a production environment. For a system to be considered operationally ready in Guidewire Cloud, it must have robust monitoring and logging frameworks in place. This includes ensuring that the code utilizes the gw.api.util.Logger properly, that logs do not contain sensitive PII (as discussed in previous best practices), and that the system is correctly integrated with observability tools like Datadog for real-time alerting.
While Performance checks (Option C) might look at the speed of logging or the impact of profiling, the actual requirement to have these frameworks present and correctly configured falls under the Operations umbrella. Security checks (Option B) focus on vulnerabilities and data encryption, and Upgrades (Option A) focus on the readiness of the codebase to be migrated to newer versions of the platform. Therefore, the " Operations " check is the specific gate that validates whether the technical support teams will have the necessary data (via logs and metrics) to manage the application effectively once it is live on the Cloud.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit