Skip to content

Commit b4c9aa1

Browse files
committed
RHIDP-12523: Platform engineer should be able to drill down from the card into the entities it represents
1 parent 784248c commit b4c9aa1

3 files changed

Lines changed: 93 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
:_mod-docs-content-type: PROCEDURE
2+
3+
[id="configure-aggregated-scorecard-kpis_{context}"]
4+
= Configure Aggregated Scorecard KPIs to Monitor the Health of Multiple Applications
5+
6+
[role="_abstract"]
7+
Aggregated scorecard Key Performance Indicators (KPIs) enable platform engineers to monitor the collective health, security, and compliance posture of multiple software applications from a single interface.
8+
9+
[NOTE]
10+
====
11+
When you add multiple components to a scorecard, the system calculates an average compliance value. To maintain precision, ensure that all selected applications utilize matching verification metrics.
12+
====
13+
14+
== Prerequisites
15+
16+
* You have administrator access to the developer portal instance.
17+
* You have a verified list of the software component IDs that you want to aggregate.
18+
19+
== Procedure
20+
21+
. Navigate to the *Administration* workspace in the developer portal.
22+
23+
* select *Scorecard Configuration* from the left panel.
24+
25+
. Click *Create Aggregated Card*.
26+
27+
. In the *Component Selection* field, enter the application component IDs that you want to group together.
28+
29+
. From the *KPI Metrics* drop-down list, select the compliance checks—such as code quality, vulnerability thresholds, or test coverage—that you want to combine.
30+
31+
. Click *Save Configuration*.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
:_mod-docs-content-type: PROCEDURE
2+
3+
[id="drill-down-from-aggregated-scorecards-to-identify-specific-services-impacting-team-kpis_{context}"]
4+
= Drill Down From Aggregated Scorecards to Identify Specific Services Impacting Team KPIs
5+
6+
[role="_abstract"]
7+
Drilling down into aggregated scorecard metrics allows engineering managers to isolate the specific software services or applications that are negatively impacting broader performance KPIs.
8+
9+
[NOTE]
10+
====
11+
The breakdown view displays code repositories, software components, and dependencies in a descending impact stack. Services with critical errors or security vulnerabilities appear at the top of the stack and require immediate remediation.
12+
====
13+
14+
.Prerequisites
15+
16+
* You have an active user account with access to the Engineering Leadership Dashboard viewport.
17+
* One or more aggregated scorecard Key Performance Indicators (KPIs) are already configured and deploying metrics.
18+
19+
.Procedure
20+
21+
. Open the *Engineering Leadership Dashboard* in your portal viewport.
22+
23+
. Locate the aggregated scorecard widget for your department ecosystem.
24+
25+
. Hover your mouse pointer over any tracking line that displays a decreasing health grade or safety alert.
26+
27+
. Click the specific KPI score value to reveal the granular breakdown window.
28+
29+
. Select the name of any degraded software service within the breakdown list to navigate directly to its isolated health path.
30+
31+
== Aggregated Scorecard Metric Definitions
32+
33+
[cols="1,2", options="header"]
34+
|===
35+
| KPI Card Element | Evaluation Rule
36+
| Combined Grade | The aggregate letter score representing your software components' average check results.
37+
| Contributing Services | The total number of individual applications sending live metrics to the consolidated card calculation.
38+
| Core Vulnerabilities | The cumulative count of high-severity safety exposures identified inside child software layers.
39+
|===
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
:_mod-docs-content-type: REFERENCE
2+
3+
[id="aggregated-scorecard-metric-definitions_{context}"]
4+
= Aggregated Scorecard Metric Definitions
5+
6+
[role="_abstract"]
7+
Review definitions and evaluation rules for the Key Performance Indicator (KPI) metrics displayed on {product} aggregated scorecards.
8+
9+
Use these reference definitions to interpret card data when monitoring multi-application systems or diagnosing underlying compliance failures.
10+
11+
[cols="1,2", options="header"]
12+
|===
13+
| KPI Card Element | Evaluation Rule
14+
15+
| Combined Grade
16+
| The aggregate letter score representing your software components' average check results.
17+
18+
| Contributing Services
19+
| The total number of individual applications sending live metrics to the consolidated card calculation.
20+
21+
| Core Vulnerabilities
22+
| The cumulative count of high-severity safety exposures identified inside child software layers.
23+
|===

0 commit comments

Comments
 (0)