Skip to content

Commit af261b7

Browse files
committed
Made the required changes
1 parent 486782f commit af261b7

File tree

4 files changed

+22
-20
lines changed

4 files changed

+22
-20
lines changed

modules/observe/adoption-insights/con-about-adoption-insights.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ As organizations generate an increasing number of data events, there is a growin
66

77
You can use Adoption Insights in {product} to visualize key metrics and trends to get information about the usage of {product-short} in your organization. The information provided by Adoption Insights in {product-short} pinpoints areas of improvement, highlights popular features, and evaluates progress toward adoption goals. You can also monitor user growth against license users and identify trends over time.
88

9+
Currently, the Adoption Insights plugin cannot be used alongside the built-in `plugin-analytics-provider-segment` plugin. For a workaround, see link:{release-notes-book-url}#developer-preview-rhdhpai-510[Adoption Insights in {product}.]
10+
911
The Adoption Insights dashboard in {product-short} includes the following cards:
1012

1113
* *Active users*

modules/observe/adoption-insights/proc-configure-adoption-insights.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can enable the Adoption Insights plugin by configuring the {product} Helm ch
1111
.`app-config.yaml` fragment
1212
[source,terminal]
1313
----
14-
App:
14+
app:
1515
analytics:
1616
adoptionInsights:
1717
maxBufferSize: 20 <1>

modules/observe/adoption-insights/proc-install-adoption-insights.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To enable the Adoption Insights plugin, complete the following steps:
4747
- importName: AdoptionInsightsAnalyticsApiFactory
4848
----
4949
50-
. Configure the required RBAC permission for the users who are not administrators as shown in the following example:
50+
. (Optional) Configure the required RBAC permission for the users who are not administrators as shown in the following example:
5151
+
5252
[source,yaml]
5353
----

modules/observe/adoption-insights/proc-viewing-adoption-insights-card.adoc

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
The *Active users* card displays the total number of active users over a specified time range. It also provides a breakdown comparison of *New users* and *Returning users* in a line/area graph format. You can export the user data in a .csv format.
88

9-
*Returning users*: Existing users who have logged into {product-short}
9+
* *Returning users*: Existing users who have logged into {product-short}
1010

11-
*New users*: New users who have registered and logged into {product-short}
11+
* *New users*: New users who have registered and logged into {product-short}
1212

1313
image::rhdh-plugins-reference/active-users.jpg[active users]
1414

@@ -24,9 +24,9 @@ image::rhdh-plugins-reference/active-users.jpg[active users]
2424

2525
This card displays the total number of users that have license to use {product}. It also provides a comparison of the number of *Logged-in users* and *Licensed users* in numeric and percentage form.
2626

27-
*Logged-in users*: Total number of users, including licensed and unlicensed users, currently logged in {product-short}
27+
* *Logged-in users*: Total number of users, including licensed and unlicensed users, currently logged in {product-short}
2828

29-
*Licensed users*: Total number of licensed users logged in {product-short}. You can set the number of licensed users in your {product-short} app-config.yaml file.
29+
* *Licensed users*: Total number of licensed users logged in {product-short}. You can set the number of licensed users in your {product-short} app-config.yaml file.
3030

3131
.Procedure
3232

@@ -40,10 +40,10 @@ This card lists the most viewed catalog entities (like components, APIs, and so
4040

4141
Each item displays *Name*, *Kind*, *Last used*, and *Views*.
4242

43-
*Name*: Name of the catalog
44-
*Kind*: Type of the catalog
45-
*Last used*: The last time the catalog was used
46-
*Views*: The number of times the catalog was viewed
43+
* *Name*: Name of the catalog
44+
* *Kind*: Type of the catalog
45+
* *Last used*: The last time the catalog was used
46+
* *Views*: The number of times the catalog was viewed
4747

4848
.Procedure
4949

@@ -55,9 +55,9 @@ Each item displays *Name*, *Kind*, *Last used*, and *Views*.
5555

5656
This card lists the three most commonly used templates in a table. You can click the down arrow next to *3 rows* to view the full list of the commonly used templates.
5757

58-
*Name*: Name of the template
59-
*Mostly in use by*: Type of user that used this template
60-
*Executions*: Number of times this template was used
58+
* *Name*: Name of the template
59+
* *Mostly in use by*: Type of user that used this template
60+
* *Executions*: Number of times this template was used
6161

6262
.Procedure
6363

@@ -69,10 +69,10 @@ This card lists the three most commonly used templates in a table. You can click
6969

7070
This card lists the most viewed documentation entries, including the total views, in a table.
7171

72-
*Name*: Name of the TechDoc
73-
*Entity*: Type of the TechDoc
74-
*Last used*: The last time the TechDoc was viewed
75-
*Views*: Number of times the TechDocs was visited
72+
* *Name*: Name of the TechDoc
73+
* *Entity*: Type of the TechDoc
74+
* *Last used*: The last time the TechDoc was viewed
75+
* *Views*: Number of times the TechDocs was visited
7676

7777
.Procedure
7878

@@ -84,9 +84,9 @@ This card lists the most viewed documentation entries, including the total views
8484

8585
This card lists the three most commonly used plugins in a table. You can click the down arrow next to *3 rows* to view the full list of the commonly used plugins.
8686

87-
*Name*: Name of the plugin
88-
*Trend*: Popularity of the plugin as a graph
89-
*Views*: Number of times this plugin was seen
87+
* *Name*: Name of the plugin
88+
* *Trend*: Popularity of the plugin as a graph
89+
* *Views*: Number of times this plugin was seen
9090

9191
.Procedure
9292

0 commit comments

Comments
 (0)