Skip to content

Commit d16d325

Browse files
committed
RHIDP-12524: minor revision
1 parent 7f94e31 commit d16d325

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

modules/observability_evaluate-project-health-using-scorecards/proc-configure-aggregated-kpis-for-the-scorecard.adoc

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,11 @@ Define aggregated Key Performance Indicators (KPIs) in your configuration to pro
1111
* You have identified the `metricId` and the `owner` group from the Software Catalog you wish to aggregate.
1212

1313
.Procedure
14+
1415
. Access your `app-config.yaml` file.
1516

1617
. Navigate to the `scorecard` section and add an `aggregations` block.
1718

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-
3319
. 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:
3420
+
3521
[source,yaml]

0 commit comments

Comments
 (0)