Skip to content

Commit 7f94e31

Browse files
committed
RHIDP: fixes for CQA checks
1 parent fc2c9be commit 7f94e31

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

modules/observability_evaluate-project-health-using-scorecards/con-aggregated-kpis-in-the-scorecard.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:_mod-docs-content-type: CONCEPT
22

3-
[id="ggregated-kpis-in-the-scorecard_{context}"]
3+
[id="aggregated-kpis-in-the-scorecard_{context}"]
44
= Aggregated KPIs in the scorecard
55

66
[role="_abstract"]

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
:_mod-docs-content-type: PROCEDURE
22

3-
[id="proc-configure-aggregated-kpis-for-the-scorecard_{context}"]
3+
[id="configure-aggregated-kpis-for-the-scorecard_{context}"]
44
= Configure aggregated KPIs for the scorecard
55

66
[role="_abstract"]
77
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.
88

99
.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.
1111
* You have identified the `metricId` and the `owner` group from the Software Catalog you wish to aggregate.
1212

1313
.Procedure
@@ -17,17 +17,17 @@ Define aggregated Key Performance Indicators (KPIs) in your configuration to pro
1717

1818
. Use the information in the scorecard aggregation parameters reference to define your KPI fields.
1919

20-
. Define the aggregated KPI using the following parameters:
20+
. Define the aggregated KPI using the following parameters:
2121
+
2222
[cols="1,3",options="header"]
2323
|===
2424
|Parameter |Description
2525
|`id` |A unique identifier for the aggregated KPI.
2626
|`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`.
3131
|===
3232

3333
. 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:
5858

5959
.Verification
6060

61-
* Navigate to the {product-short} homepage.
61+
. Navigate to the {product-short} homepage.
6262

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

Comments
 (0)