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
+1-15Lines changed: 1 addition & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,25 +11,11 @@ Define aggregated Key Performance Indicators (KPIs) in your configuration to pro
11
11
* You have identified the `metricId` and the `owner` group from the Software Catalog you wish to aggregate.
12
12
13
13
.Procedure
14
+
14
15
. Access your `app-config.yaml` file.
15
16
16
17
. Navigate to the `scorecard` section and add an `aggregations` block.
17
18
18
-
. Use the information in the scorecard aggregation parameters reference to define your KPI fields.
19
-
20
-
. Define the aggregated KPI using the following parameters:
21
-
+
22
-
[cols="1,3",options="header"]
23
-
|===
24
-
|Parameter |Description
25
-
|`id` |A unique identifier for the aggregated KPI.
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`.
31
-
|===
32
-
33
19
. 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:
0 commit comments