Skip to content

Commit 2963f3c

Browse files
authored
RHDHPAI-808: Minor change in adoption insights (#1198)
* Minor change in adoption insights * Minor change
1 parent 992bd0c commit 2963f3c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For the {product} Adoption Insights plugin, you must manually install the plugin
1212

1313
To enable the Adoption Insights plugin, complete the following steps:
1414

15-
. Set the `disabled` property to `false` in your `app-config-dynamic.yaml` file as shown in the following example:
15+
. Add the following configuration in your `app-config-dynamic.yaml` file as shown in the following example:
1616
+
1717
[source,yaml]
1818
----
@@ -48,7 +48,12 @@ To enable the Adoption Insights plugin, complete the following steps:
4848
apiFactories:
4949
- importName: AdoptionInsightsAnalyticsApiFactory
5050
----
51-
51+
+
52+
[NOTE]
53+
====
54+
Currently, the Adoption Insights plugin cannot be used alongside the built-in `plugin-analytics-provider-segment` plugin. To use Adoption Insights, you must disable the `plugin-analytics-provider-segment` plugin.
55+
====
56+
//Remove above note after GA
5257
. Optional: Configure the required RBAC permission for the users who are not administrators as shown in the following example:
5358
+
5459
[source,yaml]

0 commit comments

Comments
 (0)