Skip to content

Commit 2af9a0a

Browse files
committed
Incorporated the rest of Ben's comments
1 parent fff47a4 commit 2af9a0a

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,19 @@
99
You can customize the Adoption Insights plugin to suit your needs by disabling or re-enabling it, and adjusting other settings as needed.
1010

1111

12-
[NOTE]
12+
[IMPORTANT]
1313
====
14-
If you used the developer preview of the Adoption Insights plugin and configured the feature manually, you should now remove those earlier configuration changes as they are no longer required.
14+
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:
17+
+
18+
.`app-config-dynamic.yaml` fragment
19+
[source,yaml]
20+
----
21+
plugins:
22+
- package: ./dynamic-plugins/dist/backstage-community-plugin-analytics-provider-segment
23+
disabled: false
24+
----
1625
====
1726

1827
.Procedure
@@ -35,7 +44,7 @@ app:
3544
<3> (Optional) The default value is `false`.
3645
<4> (Optional) Specifies the maximum number of licensed users who can access the {product-very-short} instance. The default value is `100`.
3746
38-
* To disable the Adoption Insights plugin, in your `app-config-dynamic.yaml` file, update the `package.disabled` value to `true` as shown in the following example:
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:
3948
+
4049
[source,yaml]
4150
----

0 commit comments

Comments
 (0)