Skip to content

Commit caa7fc4

Browse files
committed
Incorporated Karthik's comments
1 parent 2af9a0a commit caa7fc4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

assemblies/assembly-adoption-insights.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can use Adoption Insights in {product} to visualize key metrics and trends t
1010
The Adoption Insights dashboard in {product-short} includes the following cards:
1111

1212
* *Active users*
13-
* *Total nuber of users*
13+
* *Total number of users*
1414
* *Top catalog entities*
1515
* *Top 3 templates*
1616
* *Top 3 techdocs*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
[id="proc-configure-adoption-insights_{context}"]
33
= Configuring the Adoption Insights plugin in {product}
44

5-
The Adoption Insights plugin is preinstalled and enabled on a {product-short} instance by default. You can disable or enable the Adoption Insights plugin and change other parameters, by configuring the {product} Helm chart or the {product} Operator ConfigMap.
5+
The Adoption Insights plugin is preinstalled and enabled on a {product-short} instance by default. You can disable or enable the Adoption Insights plugin and change other parameters, by configuring the `app-config` ConfigMap, which is created by the {product} Helm chart or Operator.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ You can customize the Adoption Insights plugin to suit your needs by disabling o
1313
====
1414
If you used the developer preview of the Adoption Insights plugin and configured the feature manually, you must remove those earlier configuration changes as they are no longer required.
1515
16-
In your `app-config-dynamic.yaml` file, update the plugins `package-disabled` value to `false` as shown in the following example:
16+
In your dynamic plugins ConfigMap, for example: `dynamic-plugins-rhdh.yaml`, update the `package-disabled` value of the plugin to `false` as shown in the following example:
1717
+
18-
.`app-config-dynamic.yaml` fragment
18+
.`dynamic-plugins.yaml` fragment
1919
[source,yaml]
2020
----
2121
plugins:
@@ -44,7 +44,7 @@ app:
4444
<3> (Optional) The default value is `false`.
4545
<4> (Optional) Specifies the maximum number of licensed users who can access the {product-very-short} instance. The default value is `100`.
4646
47-
* To disable the Adoption Insights plugin, in your `app-config-dynamic.yaml` file, update the plugins `package.disabled` value to `true` as shown in the following example:
47+
* To disable the Adoption Insights plugin, in your dynamic plugins ConfigMap, for example `dynamic-plugins-rhdh.yaml` file, update the `package.disabled` value of the plugin to `true` as shown in the following example:
4848
+
4949
[source,yaml]
5050
----

modules/observe/adoption-insights/proc-viewing-active-users.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ image::rhdh-plugins-reference/active-users.jpg[active users]
1616
1717
* To view the exact number of users for a particular day, hover over the corresponding date in the *Active users* card.
1818
19-
* To export the user data in a .csv format, click the *Export CSV* label.
19+
* To export the user data in a .csv format, click the *Export CSV* link.

0 commit comments

Comments
 (0)