You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/observability_evaluate-project-health-using-scorecards/proc-configure-aggregated-kpis-for-the-scorecard.adoc
Define aggregated Key Performance Indicators (KPIs) in your configuration to provide a consolidated view of team or group health. Aggregating KPIs allows you to summarize technical metrics into high-level insights for management and stakeholders.
8
8
9
9
.Prerequisites
10
-
* The scorecard plugin is installed and configured in your Red Hat Developer Hub instance.
10
+
* The scorecard plugin is installed and configured in your Red Hat Developer Hub instance.
11
11
* You have identified the `metricId` and the `owner` group from the Software Catalog you wish to aggregate.
12
12
13
13
.Procedure
@@ -17,17 +17,17 @@ Define aggregated Key Performance Indicators (KPIs) in your configuration to pro
17
17
18
18
. Use the information in the scorecard aggregation parameters reference to define your KPI fields.
19
19
20
-
. Define the aggregated KPI using the following parameters:
20
+
. Define the aggregated KPI using the following parameters:
21
21
+
22
22
[cols="1,3",options="header"]
23
23
|===
24
24
|Parameter |Description
25
25
|`id` |A unique identifier for the aggregated KPI.
26
26
|`name` |A user-friendly name displayed on the homepage card.
27
-
|`description` |A brief explanation of what the metric represents.
28
-
|`type` |The aggregation function. Supported values include `sum` and `average`.
29
-
|`metricId` |The ID of the source metric from individual scorecards.
30
-
|`selector` |The criteria used to group entities, typically defined by `owner`.
27
+
|`description` |A brief explanation of what the metric represents.
28
+
|`type` |The aggregation function. Supported values include `sum` and `average`.
29
+
|`metricId` |The ID of the source metric from individual scorecards.
30
+
|`selector` |The criteria used to group entities, typically defined by `owner`.
31
31
|===
32
32
33
33
. Update the configuration to create a homepage card that summarizes a specific metric for a team portfolio. The following example calculates the total bug count for all components owned by Team Alpha:
@@ -58,6 +58,6 @@ where:
58
58
59
59
.Verification
60
60
61
-
* Navigate to the {product-short} homepage.
61
+
. Navigate to the {product-short} homepage.
62
62
63
-
* Verify that the new aggregated card is displayed with the defined name and calculated value.
63
+
. Verify that the new aggregated card is displayed with the defined name and calculated value.
0 commit comments