Production Readiness in action

You've prepared your Cortex workspace for Production Readiness — what can you do now to maintain readiness and encourage continuous improvement?

Learn more below on how you can prioritize readiness tasks, promote the health of your data, and gain insights to improve your practices.

Review, prioritize, and complete tasks

Review tasks on the homepage.
Prioritize and complete work from the homepage

Engineers use the Engineering homepage as their personalized daily starting point. It provides a centralized view of key signals and tasks related to Production Readiness standards, including:

  • Active work: See your open PRs, PRs assigned for review, active Jira tickets, and action items from Scorecards and Initiatives, ensuring you are aware of your responsibilities and can quickly address gaps that impact Production Readiness.

  • On-call status: See current and upcoming on-call shifts, helping you stay prepared for incident response.

  • Scorecards and Initiatives: See real-time progress toward Production Readiness standards.

  • Shortcuts: Use direct links to quickly access your owned entities.

Act on failing Scorecard rules

Review failing rules

When a Scorecard rule is failing, this information is surfaced to you in multiple ways:

Remediate failing rules

When a service falls short of standards, there are different ways you can approach remediation:

Verify data on your entities

Verify an entity.

After defining a verification period, users can start working on the data verification process. During the verification period, responsible users receive notifications to review their entities and label them as correct or incorrect. Make sure you have enabled the options for notifications about data verification.

Track verification via Scorecards

After you add a verification period, you have the ability to query that verification period's results via CQL. This unlocks the ability to view verification status in reports and to create a Scorecard rule based on verification status, further automating Production Readiness checks.

For example, in a Scorecard you could define a CQL expression in a rule that checks for entities that have not been verified in over 30 days: (verifications(name="<name-of-verification>").verifications().all(verification => verification.status == "VERIFIED_CORRECT")) AND (verifications(name="<name-of-verification>").lastVerifiedAt().fromNow() > duration("PT-720"))

Track verification via CQL report

On the CQL reports page in your workspace, use the Entity Verification Report template to quickly set up a report that lists all entities that were labeled as "incorrect."

Eng Intelligence allows you to view organization-wide and historical data, making it easy for leaders to validate the impact of readiness programs and for teams to see their progress toward readiness goals.

Analyze trends in the DORA dashboard.

View Eng Intelligence metrics to see how your services, teams, and Scorecards are doing with Production Readiness standards, then take action to promote continuous improvement.

  • See impact: Launch a Scorecard or Initiative and watch as metrics like MTTR, cycle time, or deployment frequency shift in real time.

    • For example, after you launch a Production Readiness Scorecard, you see MTTR dropping as the team adopts the new standards. The engineering team is running more efficiently, and leadership gains confidence that engineering improvements are driving business impact.

  • Drive action: When you identify a bottleneck that affects your readiness benchmarks, create a targeted Initiative to fix it.

    • Initiatives send notifications to users asking them to complete tasks by the deadline you configured. Learn more in Initiatives and Action items.

Last updated

Was this helpful?